aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/KviCString.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-05-15 09:01:40 +0000
committerGravatar wodim2011-05-15 09:01:40 +0000
commit3d4fd33a07d2bf5356b012671cea6493281c18de (patch)
treeff6447e4b4e2644bb8841aad978ad060a9625d01 /src/kvilib/core/KviCString.cpp
parentAdded isBot and gender functions (diff)
downloadKVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.tar.gz
KVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.tar.bz2
KVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.zip
a common typo, isn't it? :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/core/KviCString.cpp')
-rw-r--r--src/kvilib/core/KviCString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/core/KviCString.cpp b/src/kvilib/core/KviCString.cpp
index 222ff8219..f9873bb0a 100644
--- a/src/kvilib/core/KviCString.cpp
+++ b/src/kvilib/core/KviCString.cpp
@@ -2272,7 +2272,7 @@ KviCString & KviCString::setNum(long num)
// somebody can explain me why -(-2147483648) = -2147483648 ? (2^31)
// it is like signed char x = 128 ---> 10000000 that is signed -0 (!?)
- // mmmmh...or it is assumed to be -128 (a number rappresentation exception)
+ // mmmmh...or it is assumed to be -128 (a number representation exception)
// at least on my machine it happens...
// found the solution by myself today...