diff Core/Toolbox.cpp @ 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 6462ecaa045b
children 05a363186da6
line wrap: on
line diff
--- a/Core/Toolbox.cpp	Fri May 22 18:03:08 2020 +0200
+++ b/Core/Toolbox.cpp	Fri May 22 18:40:35 2020 +0200
@@ -1998,7 +1998,7 @@
      it removes the character set information from the byte stream.
 
      However, in the case where the encoding is unique, then suppressing
-     the escape sequences allows to provide us with a clean string after
+     the escape sequences allows one to provide us with a clean string after
      conversion to utf-8 with boost.
   **/
   void Toolbox::RemoveIso2022EscapeSequences(std::string& dest, const std::string& src)