diff OrthancServer/main.cpp @ 725:ef4569ae7952

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Feb 2014 11:01:55 +0100
parents c59bc408fb10
children 309e686b41e7
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue Feb 18 16:55:10 2014 +0100
+++ b/OrthancServer/main.cpp	Wed Feb 19 11:01:55 2014 +0100
@@ -131,7 +131,7 @@
 
     if (!IsKnownAETitle(callingAet))
     {
-      LOG(ERROR) << "Unkwnown remote DICOM modality AET: \"" << callingAet << "\"";
+      LOG(ERROR) << "Unknown remote DICOM modality AET: \"" << callingAet << "\"";
       return false;
     }
     else