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 | |
| 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')
| -rw-r--r-- | src/kvilib/system/KviByteOrder.h | 6 | ||||
| -rw-r--r-- | src/kvilib/system/KviThread.cpp | 4 | ||||
| -rw-r--r-- | src/kvilib/system/KviTimeUtils.h | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/kvilib/system/KviByteOrder.h b/src/kvilib/system/KviByteOrder.h index 2ad9b7b86..9e9a65274 100644 --- a/src/kvilib/system/KviByteOrder.h +++ b/src/kvilib/system/KviByteOrder.h @@ -33,7 +33,7 @@ namespace KviByteOrder { /** - * \brief Swaps the endianess of a kvi_u64_t + * \brief Swaps the endianness of a kvi_u64_t * * \param i the original value * \return kvi_u64_t @@ -52,7 +52,7 @@ namespace KviByteOrder } /** - * \brief Swaps the endianess of a kvi_u32_t + * \brief Swaps the endianness of a kvi_u32_t * * \param i the original value * \return kvi_u32_t @@ -64,7 +64,7 @@ namespace KviByteOrder } /** - * \brief Swaps the endianess of a kvi_u16_t + * \brief Swaps the endianness of a kvi_u16_t * * \param i the original value * \return kvi_u16_t 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; diff --git a/src/kvilib/system/KviTimeUtils.h b/src/kvilib/system/KviTimeUtils.h index 490a202b4..1f215dc0b 100644 --- a/src/kvilib/system/KviTimeUtils.h +++ b/src/kvilib/system/KviTimeUtils.h @@ -82,7 +82,7 @@ protected: public: /** * \brief Returns the number of milliseconds. - * The amount is caluclated since mark() was last called (and thus marks + * The amount is calculated since mark() was last called (and thus marks * the beginning of a new interval). * \return unsigned long */ |
