Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Mon, 25 Jun 2018 11:31:17 +0000 (14:31 +0300)
committereap <eap@opencascade.com>
Mon, 25 Jun 2018 11:31:17 +0000 (14:31 +0300)
http://www.salome-platform.org/forum/forum_9/625363577

bin/salome_utils.py
src/AppQuickStart/app-template/CMakeLists.txt
src/Container/SALOME_ContainerManager.cxx
src/DSC/DSC_User/Datastream/Calcium/calciumP.h
src/KERNEL_PY/kernel/kernelpy_autotest.sh.in
src/Launcher/BatchTest.cxx
src/Launcher/Launcher_Job.cxx
src/Logger/SALOME_Trace.cxx
src/SALOMEDSImpl/SALOMEDSImpl_IParameters.hxx
src/SALOMELocalTrace/utilities.h

index 5c229733082bc92d7146b690169d7c4831d30e76..d3a91ebf00f925137c7bfd67226fab3fc2b190eb 100644 (file)
@@ -244,7 +244,7 @@ def getTmpDir():
 def generateFileName( dir, prefix = None, suffix = None, extension = None,
                       unique = False, separator = "_", hidden = False, **kwargs ):
     """
-    Generate file name by sepecified parameters. If necessary, file name
+    Generate file name by specified parameters. If necessary, file name
     can be generated to be unique.
 
     Parameters:
index f1c320af509df6b9f9bc26bc8ad050d4b21c180c..44e0f177458b2de4f121b8e6988954b052ae2797 100644 (file)
@@ -49,7 +49,7 @@ SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL"
 IF(EXISTS ${KERNEL_ROOT_DIR})
   LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files")
   FIND_PACKAGE(SalomeKERNEL REQUIRED)
-  KERNEL_WITH_CORBA() # check whether KERNEL builded with CORBA
+  KERNEL_WITH_CORBA() # check whether KERNEL built with CORBA
 ELSE(EXISTS ${KERNEL_ROOT_DIR})
   MESSAGE(FATAL_ERROR "We absolutely need a Salome KERNEL, please define KERNEL_ROOT_DIR")
 ENDIF(EXISTS ${KERNEL_ROOT_DIR})
@@ -79,7 +79,7 @@ SET(GUI_ROOT_DIR $ENV{GUI_ROOT_DIR} CACHE PATH "Path to the Salome GUI")
 IF(EXISTS ${GUI_ROOT_DIR})
   LIST(APPEND CMAKE_MODULE_PATH "${GUI_ROOT_DIR}/adm_local/cmake_files")
   FIND_PACKAGE(SalomeGUI REQUIRED)
-  SALOME_GUI_WITH_CORBA() #remove this line if you don't need GUI module builded with CORBA
+  SALOME_GUI_WITH_CORBA() #remove this line if you don't need GUI module built with CORBA
   #remove unnecessary options from this list (see SALOME_GUI_MODE() macro description)
   SALOME_GUI_MODE(SALOME_USE_SALOMEOBJECT SALOME_USE_OCCVIEWER SALOME_USE_VTKVIEWER SALOME_USE_PYCONSOLE
                   OPTIONAL SALOME_USE_PLOT2DVIEWER SALOME_USE_GLVIEWER SALOME_USE_GRAPHICSVIEW 
index 81ff3e15f33070c366c18b74663340bb3b43a3f2..12a34fb7a05b40328fdc74d5a37f518fa46201f9 100644 (file)
@@ -1621,7 +1621,7 @@ SALOME_ContainerManager::BuildCommandToLaunchPaCOProxyContainer(const Engines::C
     remote_execution = true;
   }
 
-  // Log environnement
+  // Log environment
   std::string log_type("");
   char * get_val = GetenvThreadSafe("PARALLEL_LOG");
   if (get_val)
@@ -1687,7 +1687,7 @@ SALOME_ContainerManager::BuildCommandToLaunchPaCONodeContainer(const Engines::Co
   ParserResourcesType resource_definition =
       _resManager->GetResourceDefinition(params.resource_params.name.in());
 
-  // Log environnement
+  // Log environment
   std::string log_type("");
   char * get_val = GetenvThreadSafe("PARALLEL_LOG");
   if (get_val)
index 695e92fe551ba4e9e16e7d9611f2181f82536ea2..f0836b52f7417c3345d86bed60fd05eb23af065c 100644 (file)
     "Error in instance launching",
     "Communication error",
     "Error in the instance",
-    "Environnement variable CAL_MODE is not set",
+    "Environment variable CAL_MODE is not set",
     "Disconnected instance",
   };
 
index c8eb0232f2cd5c2d07425d917f902ad6d6526b2b..a8e6a189964250229ac4937e3cce640c789ba19d 100644 (file)
@@ -30,7 +30,7 @@
 #
 
 # This first list does not need a SALOME application. Only the
-# environnement is required (for example, run these script in a
+# environment is required (for example, run these script in a
 # session obtained with runSession
 listfiles="\
     unittester.py \
index c9b96b257d753047b6cd5ac280bd4a7e4a835dc1..0517ab4d58c4e930f2198f16729fb5dd673e4d27 100644 (file)
@@ -172,13 +172,13 @@ BatchTest::test_filecopy()
     return result;
   }
 
-  // Writing into the tempory file
+  // Writing into the temporary file
   command = "echo Hello > " +  _test_filename;
   status = system(command.c_str());
   if(status) {
     std::ostringstream oss;
     oss << status;
-    result += "Error in creating tempory file ! status = ";
+    result += "Error in creating temporary file ! status = ";
     result += oss.str();
     return result;
   }
index 0541c5cd0d7e0bd2fe208227673547a7d4cd94c7..cbe54ef9797becbedbabfe260898cdfecc735c35 100644 (file)
@@ -659,7 +659,7 @@ Launcher::Job::common_job_params()
   params[Batch::LAUNCHER_FILE] = _launcher_file;
   params[Batch::LAUNCHER_ARGS] = _launcher_args;
 
-  // If result_directory is not defined, we use HOME environnement
+  // If result_directory is not defined, we use HOME environment
   if (_result_directory == "")
 #ifndef WIN32
     _result_directory = getenv("HOME");
index 2278daa995ee5d5bdab22420d7dac8dc3ce432c9..e10e70396bbc8dab27be937c069a46ab95c790ab 100644 (file)
@@ -71,7 +71,7 @@ int SALOME_Trace::Initialize(CORBA::ORB_ptr theOrb) {
   CORBA::Object_var theObj;
   CORBA::Object_var obj;
 
-  // searchin for naming service for 0.25*40=10 seconds
+  // searching for naming service for 0.25*40=10 seconds
   for (i = 1; i <= NumberOfTries; i++) {
 #ifndef WIN32
     if (i != 1) nanosleep(&ts_req,&ts_rem);
index ac12499f36192092f8bc786bcff926552b6f979f..8beba4c6fe91b2acb58be1bb9da618091ea16aa9 100644 (file)
@@ -145,8 +145,8 @@ public:
   static std::string getStudyScript(SALOMEDSImpl_Study* study, int savePoint, const std::string& theID = "");
 
   /*!
-  Returns a default Python script that set ups visual parameters for the given module
-  shift is a string that contain spaces to make valid Python script indentaion
+  Returns a default Python script that sets up visual parameters for the given module
+  shift is a string that contain spaces to make valid Python script indentation
   */
   static std::string getDefaultScript(SALOMEDSImpl_Study* study, 
     const std::string& moduleName, 
index dbfa0d34b6626073ad94eff44caa951273e1d3d8..e2d34fd4fc4b3198b8a44d52c0c9497401ff0422 100644 (file)
@@ -55,7 +55,7 @@
 #define MESS_END std::endl; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, os.str().c_str());
 #define MESS_ABORT std::endl; LocalTraceBufferPool::instance()->insert(ABORT_MESS, os.str().c_str());
 
-// Macroses for messages with separated structure in c++ file in _DUBUG mode
+// Macros for messages with separated structure in c++ file in _DEBUG mode
 #define MESSAGE_BEGIN(msg) {std::ostringstream ss; ss <<__FILE__ <<" ["<<__LINE__<<"] : "<< msg; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, ss.str().c_str());}
 #define MESSAGE_ADD(msg) {std::ostringstream ss; ss << msg; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, ss.str().c_str());}
 #define MESSAGE_END(msg) {std::ostringstream ss; ss << msg << std::endl; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, ss.str().c_str());}