浏览代码

Update comment and fix typo

Jean-Christophe Fillion-Robin 14 年之前
父节点
当前提交
c55687ac0f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Libs/Core/ctkScopedCurrentDir.h

+ 2 - 2
Libs/Core/ctkScopedCurrentDir.h

@@ -36,8 +36,8 @@ class ctkScopedCurrentDirPrivate;
 /// This is particulary useful in case a plugin and its dependent libraries should be loaded from
 /// a known directory.
 /// Indeed, changing the application PATH, LD_LIBRARY_PATH or DYLD_LIBRARY_PATH within the current
-/// process won't have the desired effect. The loader check for these variable once when the process
-/// starts.
+/// process won't have the desired effect. The loader checks for these variables only once when
+/// the process starts.
 /// \sa http://stackoverflow.com/questions/856116/changing-ld-library-path-at-runtime-for-ctypes
 /// \sa http://stackoverflow.com/questions/1178094/change-current-process-environment
 ///