소스 검색

Merge topic 'mf-typo'

7b6af980eb cmMakefile: Fix spelling typo in comment

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4292
Brad King 5 년 전
부모
커밋
228dc92b09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/cmMakefile.h

+ 1 - 1
Source/cmMakefile.h

@@ -135,7 +135,7 @@ public:
   std::unique_ptr<cmFunctionBlocker> RemoveFunctionBlocker();
 
   /**
-   * Try running cmake and building a file. This is used for dynalically
+   * Try running cmake and building a file. This is used for dynamically
    * loaded commands, not as part of the usual build process.
    */
   int TryCompile(const std::string& srcdir, const std::string& bindir,