# HG changeset patch
# User Alain Mazy <alain@mazy.be>
# Date 1570103013 -7200
# Node ID 877aff48ebb8743e720f727f91f00f39ad256d38
# Parent  625625ed098f67e1b6af816d49e2e9f37fb1fd29
fix typo

diff -r 625625ed098f -r 877aff48ebb8 Plugins/Samples/ServeFolders/Plugin.cpp
--- 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);
     }