aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system/KviThread.cpp
diff options
context:
space:
mode:
authorGravatar Dessa2016-01-31 19:36:37 +0100
committerGravatar Dessa2016-01-31 19:36:37 +0100
commit07867e9e4caf28738fb613c803c385f368db433e (patch)
tree2bdf9e8e5401c899cb5d72063ace1213ef174a30 /src/kvilib/system/KviThread.cpp
parentMerge pull request #1858 from bsdjunk/master (diff)
downloadKVIrc-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/system/KviThread.cpp')
-rw-r--r--src/kvilib/system/KviThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/system/KviThread.cpp b/src/kvilib/system/KviThread.cpp
index bacc0c89e..9d3b7fb9b 100644
--- a/src/kvilib/system/KviThread.cpp
+++ b/src/kvilib/system/KviThread.cpp
@@ -62,7 +62,7 @@ static void kvi_threadIgnoreSigalarm()
// Could not guess more about this stuff...
// Here goes a "blind" hack for that.
- // Update: now we have an explaination too
+ // Update: now we have an explanation too
//
// From: "Andre Stechert" (astechert at email dot com)
// To: pragma at kvirc dot net
@@ -80,7 +80,7 @@ static void kvi_threadIgnoreSigalarm()
// There is no real feedback on this at the moment: if somebody
// experiences the problems please drop me a mail at pragma at kvirc dot net
// and we'll try to look for a better solution.
- // If the explaination is correct then KVIrc could even lock up on those machines
+ // If the explanation is correct then KVIrc could even lock up on those machines
// (never returning from an usleep() call ?)...
struct sigaction ignr_act;