Verify the Labes,Titles Of the Web Elements

How To Test the Title,Labels Of the Web Elements With Spelling Mistake etc

if(webui.getwindowtitle(object) == ‘desired value with correct spelling’)
{
KeywordUtils.logInfo(“title spelling is correct”)
}

WebUI.verifyOptionPresentByLabel(OBJECT, ‘DESIRED VALUE’, false, 0)