diff Core/HttpServer/IHttpHandler.h @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 2a170a8f1faf
children
line wrap: on
line diff
--- a/Core/HttpServer/IHttpHandler.h	Fri May 22 18:03:08 2020 +0200
+++ b/Core/HttpServer/IHttpHandler.h	Fri May 22 18:40:35 2020 +0200
@@ -71,7 +71,7 @@
     }
 
     /**
-     * This function allows to deal with chunked transfers (new in
+     * This function allows one to deal with chunked transfers (new in
      * Orthanc 1.5.7). It is only called if "method" is POST or PUT.
      **/
     virtual bool CreateChunkedRequestReader(std::unique_ptr<IChunkedRequestReader>& target,