From 07867e9e4caf28738fb613c803c385f368db433e Mon Sep 17 00:00:00 2001 From: Dessa Date: Sun, 31 Jan 2016 19:36:37 +0100 Subject: run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever --- src/kvilib/ext/KviConfigurationFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kvilib/ext/KviConfigurationFile.cpp') diff --git a/src/kvilib/ext/KviConfigurationFile.cpp b/src/kvilib/ext/KviConfigurationFile.cpp index b0c139c17..2ea967f46 100644 --- a/src/kvilib/ext/KviConfigurationFile.cpp +++ b/src/kvilib/ext/KviConfigurationFile.cpp @@ -266,7 +266,7 @@ bool KviConfigurationFile::load() while(*z)z++; // run back to the trailing ']' while((z > begin) && (*z != ']'))z--; - // if it is not ther just run back to the end of the string + // if it is not there just run back to the end of the string if(*z != ']')while(*z)z++; #else // new configs have it always encoded properly -- cgit v1.3.1-10-gc9f91