소스 검색

Fixed typo in documentation.

Sascha Zelzer 12 년 전
부모
커밋
6b5d29ac1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/CommandLineModules/Frontend/QtGui/ctkCmdLineModuleFrontendQtGui.h

+ 1 - 1
Libs/CommandLineModules/Frontend/QtGui/ctkCmdLineModuleFrontendQtGui.h

@@ -161,7 +161,7 @@ public:
    * ctkCmdLineModuleFrontend::DisplayRole. If it does, it sets the value of the default
    * QObject property to the provided value.
    *
-   * @see ctkCmdLiineModuleFrontend::setValue()
+   * @see ctkCmdLineModuleFrontend::setValue()
    */
   virtual void setValue(const QString& parameter, const QVariant& value, int role = DisplayRole);