Mercurial > hg > orthanc
changeset 5281:3de0235dedb6
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 15 Apr 2023 18:45:07 +0200 |
parents | 49477780e25a |
children | 13815a13b5c9 |
files | OrthancServer/Sources/OrthancInitialization.cpp OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp OrthancServer/Sources/main.cpp |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 {
--- 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;
--- 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))