소스 검색

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
 /// This is particulary useful in case a plugin and its dependent libraries should be loaded from
 /// a known directory.
 /// a known directory.
 /// Indeed, changing the application PATH, LD_LIBRARY_PATH or DYLD_LIBRARY_PATH within the current
 /// 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/856116/changing-ld-library-path-at-runtime-for-ctypes
 /// \sa http://stackoverflow.com/questions/1178094/change-current-process-environment
 /// \sa http://stackoverflow.com/questions/1178094/change-current-process-environment
 ///
 ///