Salome HOME
New access protocol rsync.
[modules/kernel.git] / src / Utils / Utils_Identity.cxx
index 04c2290c50b02a1ff4c0abf737869abdf7a52308..f6cc2369967afaf9997833c0cfe673565c4ae03e 100644 (file)
@@ -183,7 +183,7 @@ Identity::~Identity(void)
         free((char*)_dir);
 #ifndef WIN32
   // free the memory only on Unix
-  // becasue at Windows it is the same static variable
+  // because in Windows it is the same static variable
   // (function get_adip() returns the same char* as get_uname() )
         delete [] (char*)_adip ;
 #endif