aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-01-10 12:22:15 +0000
committerMax Horn2008-01-10 12:22:15 +0000
commitbecce923fc5e40eb930d2fa51457ba951f93f40a (patch)
tree436b31940573354020aa7ec8eba6391f8597f48b
parent6b372d97ee0ba2b3f5aa154599d167edd6b087b8 (diff)
downloadscummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.tar.gz
scummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.tar.bz2
scummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.zip
BE -> AE
svn-id: r30376
-rw-r--r--common/algorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/algorithm.h b/common/algorithm.h
index 6e6c6691ed..e2ee653fca 100644
--- a/common/algorithm.h
+++ b/common/algorithm.h
@@ -109,7 +109,7 @@ Op for_each(In first, In last, Op f) {
return f;
}
-// Simple sort function, modelled after std::sort.
+// Simple sort function, modeled after std::sort.
// Use it like this: sort(container.begin(), container.end()).
// Also work on plain old int arrays etc.
template<class T>