Salome HOME
Fix typos by Kunda
[modules/kernel.git] / src / KernelHelpers / SALOME_KernelServices.cxx
index 6e561397115d2d315b48502329816be023879199..da50bdb075ca1530a1bd690bd0a7f75269a36411 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -63,7 +63,7 @@ namespace KERNEL {
   /**
    * This returns a static reference to the SALOME study manager. The
    * study manager can be used to retrieve a study or to get
-   * informations about a study.
+   * information about a study.
    */
   SALOMEDS::StudyManager_ptr getStudyManager() {
     static SALOMEDS::StudyManager_ptr aStudyManager;
@@ -157,7 +157,7 @@ namespace KERNEL {
          anObject = anORB->string_to_object(aValue);
       }
     }catch(...){
-      INFOS("SObjectToObject - Unknown exception was occured!!!");
+      INFOS("SObjectToObject - Unknown exception has occurred!!!");
     }
     return anObject._retn();
   }