Mercurial > hg > orthanc
changeset 3531:877aff48ebb8
fix typo
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 03 Oct 2019 13:43:33 +0200 |
parents | 625625ed098f |
children | e4b4b4dbef99 |
files | Plugins/Samples/ServeFolders/Plugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/ServeFolders/Plugin.cpp Mon Sep 30 20:40:42 2019 +0200 +++ b/Plugins/Samples/ServeFolders/Plugin.cpp Thu Oct 03 13:43:33 2019 +0200 @@ -302,7 +302,7 @@ const std::string folder = folders[*it].asString(); if (!boost::filesystem::is_directory(folder)) { - OrthancPlugins::LogError("Trying and serve an inexistent folder: " + folder); + OrthancPlugins::LogError("Trying to serve an inexistent folder: " + folder); ORTHANC_PLUGINS_THROW_EXCEPTION(InexistentFile); }