Sfoglia il codice sorgente

Fix spelling error in progress message

Steve Pieper 13 anni fa
parent
commit
1ba0c55ba6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
     return false;
     }
     }
   logger.debug ( "Negotiating Association" );
   logger.debug ( "Negotiating Association" );
-  emit progress("Negatiating Association");
+  emit progress("Negotiating Association");
   emit progress(20);
   emit progress(20);
   if (d->Canceled) {return false;}
   if (d->Canceled) {return false;}