瀏覽代碼

Fix spelling error in progress message

Steve Pieper 13 年之前
父節點
當前提交
1ba0c55ba6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/DICOM/Core/ctkDICOMQuery.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMQuery.cpp

@@ -288,7 +288,7 @@ bool ctkDICOMQuery::query(ctkDICOMDatabase& database )
     return false;
     }
   logger.debug ( "Negotiating Association" );
-  emit progress("Negatiating Association");
+  emit progress("Negotiating Association");
   emit progress(20);
   if (d->Canceled) {return false;}