diff options
author | corvid <corvid@lavabit.com> | 2012-09-13 15:21:46 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-09-13 15:21:46 +0000 |
commit | a80b9507ae88c837d5c06d06e4c7bb375d9c8fb1 (patch) | |
tree | 100c90ccd30ceb0d7910f5829901f35a71dc22d2 /lout | |
parent | 94e451ffa5ece79a3b071ee553650bf8bd869a46 (diff) |
typos/spelling/a little English
Diffstat (limited to 'lout')
-rw-r--r-- | lout/misc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index f877c879..fe5cdcd5 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -262,7 +262,7 @@ public: * O(n). * * The basic idea is to keep an extra array (actually two, of which - * the second one is used temporally), which is inserted in a logical + * the second one is used temporarily), which is inserted in a logical * way. Since there is only one extra array at max, reading is rather * simple and fast (see NotSoSimpleVector::getRef): check whether the * position is before, within, or after the extra array. The first |