aboutsummaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-07-05 15:00:16 +0200
committersgeerken <devnull@localhost>2012-07-05 15:00:16 +0200
commit4253a0888d6154beecc1d64346d0d810dedf5658 (patch)
tree551bdfaeab5457b1a6d9aef652ecbdff2e152f53 /lout
parentb3946e255721f0b8f936d9376ad82b631f044f5f (diff)
Typo
Diffstat (limited to 'lout')
-rw-r--r--lout/misc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index 64e5f05b..f4d0f8de 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -386,7 +386,7 @@ public:
{
assert (numInsert >= 0);
- // The following lines are a simple (but inefficient) replacements.
+ // The following lines are a simple (but inefficient) replacement.
setSize (numMain + numInsert);
memmove (arrayMain + index + numInsert, arrayMain + index,
(numMain - index - numInsert) * sizeof (T));