Salome HOME
Fix typos by Kunda
[modules/smesh.git] / src / SMESH_I / SMESH_Pattern_i.cxx
index fa5b4d552eb74d709b9bb055e31e8f99ead24862..f540e358de4ce12503c1b0b4e6bdcef217cea5bb 100644 (file)
@@ -114,7 +114,7 @@ SMESH_Pattern_i::SMESH_Pattern_i( SMESH_Gen_i* theGen_i ):
 
 CORBA::Boolean SMESH_Pattern_i::LoadFromFile(const char* theFileContents)
 {
-  // remove some gabage from the end
+  // remove some garbage from the end
   TCollection_AsciiString patternDescription = (char*) theFileContents;
   int pos = patternDescription.Length();
   while (! isdigit( patternDescription.Value( pos )))