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/system/KviThread.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/system/KviThread.cpp')
| -rw-r--r-- | src/kvilib/system/KviThread.cpp | 4 |
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; |
