diff options
Diffstat (limited to 'src/kvilib/ext/KviConfigurationFile.cpp')
| -rw-r--r-- | src/kvilib/ext/KviConfigurationFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
