Spelling: success

This commit is contained in:
Josh Soref 2012-09-10 15:19:47 -04:00 committed by Simon MacDonald
parent ca583865ea
commit e217ab28c5

View File

@ -1412,7 +1412,7 @@ public class ContactAccessorSdk5 extends ContactAccessor {
retVal = false;
}
// if the save was a succes return the contact ID
// if the save was a success return the contact ID
if (retVal) {
return id;
} else {