From cefc21837a74394f05f950367a2f100d7811f3de Mon Sep 17 00:00:00 2001
From: Dmitrij Naumov <dmitrij@naumov.de>
Date: Thu, 1 Nov 2012 11:53:08 +0100
Subject: [PATCH] Typo.

---
 BaseLib/StringTools.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h
index 6b4bbca2cd3..0032857a4b8 100644
--- a/BaseLib/StringTools.h
+++ b/BaseLib/StringTools.h
@@ -71,7 +71,7 @@ template<typename T> T str2number (const std::string &str)
 void trim(std::string &str, char ch=' ');
 
 /**
- * Returs same string with all characters in upper case.
+ * Returns same string with all characters in upper case.
  *
  * This uses std::toupper() function, and does not care about unicode.
  */
-- 
GitLab