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 /test | |
parent | 94e451ffa5ece79a3b071ee553650bf8bd869a46 (diff) |
typos/spelling/a little English
Diffstat (limited to 'test')
-rw-r--r-- | test/notsosimplevector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notsosimplevector.cc b/test/notsosimplevector.cc index 228734ee..1398c191 100644 --- a/test/notsosimplevector.cc +++ b/test/notsosimplevector.cc @@ -3,7 +3,7 @@ static void print (lout::misc::NotSoSimpleVector<int> *v) { for (int i = 0; i < v->size(); i++) { - // Uncomment für debugging, after making the respective members public. + // Uncomment for debugging, after making the respective members public. //if (v->startExtra != -1 && i == v->startExtra + v->numExtra) // printf (" ]"); if (i > 0) |