aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system
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
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')
-rw-r--r--src/kvilib/system/KviByteOrder.h6
-rw-r--r--src/kvilib/system/KviThread.cpp4
-rw-r--r--src/kvilib/system/KviTimeUtils.h2
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
*/