aboutsummaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
Diffstat (limited to 'lout')
-rw-r--r--lout/debug_rtfl.hh2
-rw-r--r--lout/misc.hh2
-rw-r--r--lout/object.hh2
3 files changed, 3 insertions, 3 deletions
diff --git a/lout/debug_rtfl.hh b/lout/debug_rtfl.hh
index 0b2b4322..d882e755 100644
--- a/lout/debug_rtfl.hh
+++ b/lout/debug_rtfl.hh
@@ -42,7 +42,7 @@
// Prints an RTFL message to stdout. "fmt" contains simple format
// characters how to deal with the additional arguments (no "%"
-// preceeding, as in printf) or "q" (which additionally
+// preceding, as in printf) or "q" (which additionally
// (double-)quotes quotation marks) or "c" (short for "#%06x" and used
// for colors), or other characters, which are simply printed. No
// quoting: this function cannot be used to print the characters "d",
diff --git a/lout/misc.hh b/lout/misc.hh
index d0f5f190..519d7d80 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -450,7 +450,7 @@ public:
numExtra += numInsert;
resizeExtra ();
- // Note: index refers to the *logical* adress, not to the
+ // Note: index refers to the *logical* address, not to the
// *physical* one.
int diff = index - this->startExtra - oldNumExtra;
T *arrayMainI = arrayMain + this->startExtra;
diff --git a/lout/object.hh b/lout/object.hh
index 3ba7b590..9cacff77 100644
--- a/lout/object.hh
+++ b/lout/object.hh
@@ -61,7 +61,7 @@ public:
/**
* \brief Used for other orders as the one defined by Comparable.
*
- * Compared objects must not neccessary be instances of Comparable.
+ * Compared objects must not necessarily be instances of Comparable.
*/
class Comparator: public Object
{