Ver código fonte

Fix spelling error in progress message

Steve Pieper 13 anos atrás
pai
commit
1ba0c55ba6
1 arquivos alterados com 1 adições e 1 exclusões
  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;}