src/hbcore/devicedialogbase/hbtextresolversymbian.cpp
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
--- a/src/hbcore/devicedialogbase/hbtextresolversymbian.cpp	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/devicedialogbase/hbtextresolversymbian.cpp	Wed Aug 18 10:05:37 2010 +0300
@@ -41,8 +41,8 @@
     static HbTextResolverSymbianPrivate* Instance();
     TBool LoadTranslationFile();
     TBool Initialize(const TDesC& aFilename, const TDesC& aPath);
-    HBufC* LoadLC(const TDesC& aMessageId, TInt aPlural); // Simple string. + %n message(s). Plural and replaces all occurances of %n in the string.
-    HBufC* LoadLC(const TDesC& aMessageId, const TDesC& aString, TInt aPlural); // One and %1. %n and %1. Plural and replaces all occurances of %n in the string.
+    HBufC* LoadLC(const TDesC& aMessageId, TInt aPlural); // Simple string. + %n message(s). Plural and replaces all occurrences of %n in the string.
+    HBufC* LoadLC(const TDesC& aMessageId, const TDesC& aString, TInt aPlural); // One and %1. %n and %1. Plural and replaces all occurrences of %n in the string.
     HBufC* LoadLC(const TDesC& aMessageId, const MDesCArray& aStrings, TInt aPlural);
     HBufC* LoadLC(const TDesC& aMessageId, TInt aInt, TInt aPlural);
     HBufC* LoadLC(const TDesC& aMessageId, const RArray<TInt>& aInts, TInt aPlural);    
@@ -205,7 +205,7 @@
     \class HbTextResolverSymbian
     \brief HbTextResolverSymbian implements translation support for Symbian OS applications.
     
-    HbTextResolverSymbian is class that provides convinience API for translation support and
+    HbTextResolverSymbian is class that provides convenience API for translation support and
     is meant to be used only by pure Symbian OS applications. Dynamic strings and plurals are
     also supported. 
     
@@ -324,7 +324,7 @@
     \param aFilename specifies the used translation file. 
     \param aPath specifies path to translation file.
     
-    Returns ETrue if initialization was succesful.     
+    Returns ETrue if initialization was successful.
 */
 EXPORT_C TBool HbTextResolverSymbian::Init(const TDesC& aFilename, const TDesC& aPath)
     {