# HG changeset patch # User Sebastien Jodogne # Date 1681577107 -7200 # Node ID 3de0235dedb683c353bae51418139dd1f855c4a7 # Parent 49477780e25a298f7715be7c5ccc3fb2d184e65c typo diff -r 49477780e25a -r 3de0235dedb6 OrthancServer/Sources/OrthancInitialization.cpp --- a/OrthancServer/Sources/OrthancInitialization.cpp Sat Apr 15 13:07:47 2023 +0200 +++ b/OrthancServer/Sources/OrthancInitialization.cpp Sat Apr 15 18:45:07 2023 +0200 @@ -241,7 +241,7 @@ if (DicomMap::IsComputedTag(tag)) { - LOG(WARNING) << " - " << tagName << " can not be added in the Extra Main Dicom Tags since the value of this tag is computed when requested"; + LOG(WARNING) << " - " << tagName << " cannot be added in the Extra Main Dicom Tags since the value of this tag is computed when requested"; } else { diff -r 49477780e25a -r 3de0235dedb6 OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp --- a/OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp Sat Apr 15 13:07:47 2023 +0200 +++ b/OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp Sat Apr 15 18:45:07 2023 +0200 @@ -351,7 +351,7 @@ if (started_) { - // We actually can not clean the instances that would have been generated during a previous run + // We actually cannot clean the instances that would have been generated during a previous run // because the generated instances may or may not have the same orthanc ids as the source // it is too dangerous to guess if they should be deleted or not currentStep_ = ThreadedJobStep_NotStarted; diff -r 49477780e25a -r 3de0235dedb6 OrthancServer/Sources/main.cpp --- a/OrthancServer/Sources/main.cpp Sat Apr 15 13:07:47 2023 +0200 +++ b/OrthancServer/Sources/main.cpp Sat Apr 15 18:45:07 2023 +0200 @@ -1181,7 +1181,7 @@ else { context.SetRestApiWriteToFileSystemEnabled(false); - LOG(WARNING) << "REST API can not write to the file system."; + LOG(WARNING) << "REST API cannot write to the file system."; } if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))