aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system
diff options
context:
space:
mode:
authorGravatar Kai Wasserbäch2009-08-06 17:56:43 +0000
committerGravatar Kai Wasserbäch2009-08-06 17:56:43 +0000
commit5d09651e5664c3c875fe4b32acdc84e207ffd243 (patch)
tree8fdd73f929a5d9ec3ef110607c38806a3bc8a4e9 /src/kvilib/system
parentreverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c... (diff)
downloadKVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.gz
KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.bz2
KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.zip
[KVIrc] (trunk) Fixed spelling mistakes found by Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/system')
-rw-r--r--src/kvilib/system/kvi_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/system/kvi_thread.h b/src/kvilib/system/kvi_thread.h
index 43f32d059..e7baae8df 100644
--- a/src/kvilib/system/kvi_thread.h
+++ b/src/kvilib/system/kvi_thread.h
@@ -188,7 +188,7 @@ public:
// HANDLE WITH CARE
// Runs the thread...call only from external threads!!! :)
- // This function returns true if the child thread has been succesfully created
+ // This function returns true if the child thread has been successfully created
// this des not mean that run() is being already executed...
// isStartingUp() will return true from this moment until
// the child thread jumps into run() where it will be set to running state (isRunning() == true)