diff options
-rw-r--r-- | parameter/SystemClass.cpp | 2 | ||||
-rw-r--r-- | test/test-platform/TestPlatform.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parameter/SystemClass.cpp b/parameter/SystemClass.cpp index 5d435d7..14db767 100644 --- a/parameter/SystemClass.cpp +++ b/parameter/SystemClass.cpp @@ -157,7 +157,7 @@ bool CSystemClass::loadSubsystemsFromSharedLibraries(list<string>& lstrError, string strPluginUnloaded; CUtility::asString(lstrPluginFiles, strPluginUnloaded, ", "); - lstrError.push_back("Unable to load the folowings plugings: " + strPluginUnloaded + "."); + lstrError.push_back("Unable to load the following plugins: " + strPluginUnloaded + "."); return false; } diff --git a/test/test-platform/TestPlatform.h b/test/test-platform/TestPlatform.h index 58f8dc5..e8b9823 100644 --- a/test/test-platform/TestPlatform.h +++ b/test/test-platform/TestPlatform.h @@ -64,7 +64,7 @@ private: * * @param[in] remoteCommand the first argument should be the name of the criterion to set. * if the criterion is provided in lexical space, - * the folowing arguments should be criterion new values + * the following arguments should be criterion new values * if the criterion is provided in numerical space, * the second argument should be the criterion new value */ |