From 9ba46d1b0fe670c4b2ecbb5b4a7cb45ee966dabf Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 22 Nov 2016 21:09:26 +0100
Subject: [PATCH] [BL] StringTools: escape \t.

---
 BaseLib/StringTools.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h
index c8ff50b63f9..7286e9fcd2d 100644
--- a/BaseLib/StringTools.h
+++ b/BaseLib/StringTools.h
@@ -22,10 +22,10 @@
 #include <vector>
 
 namespace BaseLib {
-
 /**
- *  Splits a string into a vector of strings. This method only works for string seperation
- *  recognised by the std::stringstream iterator such as ' ' or '\t'.
+ *  Splits a string into a vector of strings. This method only works for string
+ *  separation recognised by the std::stringstream iterator such as ' ' or
+ * '\\t'.
  *  \param str String to be splitted
  *  \return Vector of strings
  */
-- 
GitLab