# HG changeset patch # User Sebastien Jodogne # Date 1718913196 -7200 # Node ID a6f121707dfeb8996b530a1707882ebbe6c5525b # Parent 4b7bc21db336a22d9a19faeb01182176b6ae28f0 typo diff -r 4b7bc21db336 -r a6f121707dfe OrthancServer/Sources/main.cpp --- a/OrthancServer/Sources/main.cpp Tue Jun 18 10:27:28 2024 +0200 +++ b/OrthancServer/Sources/main.cpp Thu Jun 20 21:53:16 2024 +0200 @@ -1187,7 +1187,7 @@ else { context.SetRestApiWriteToFileSystemEnabled(false); - LOG(WARNING) << "REST API cannot write to the file system bacause the \"RestApiWriteToFileSystemEnabled\" configuration is set to false. The URI /instances/../export is disabled. This is the most secure configuration."; + LOG(WARNING) << "REST API cannot write to the file system because the \"RestApiWriteToFileSystemEnabled\" configuration is set to false. The URI /instances/../export is disabled. This is the most secure configuration."; } if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))