diff options
| author | 2016-01-31 19:36:37 +0100 | |
|---|---|---|
| committer | 2016-01-31 19:36:37 +0100 | |
| commit | 07867e9e4caf28738fb613c803c385f368db433e (patch) | |
| tree | 2bdf9e8e5401c899cb5d72063ace1213ef174a30 /src/kvilib/ext/KviConfigurationFile.cpp | |
| parent | Merge pull request #1858 from bsdjunk/master (diff) | |
| download | KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.gz KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.bz2 KVIrc-07867e9e4caf28738fb613c803c385f368db433e.zip | |
run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever
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 |
