diff options
author | Max Horn | 2008-01-10 12:22:15 +0000 |
---|---|---|
committer | Max Horn | 2008-01-10 12:22:15 +0000 |
commit | becce923fc5e40eb930d2fa51457ba951f93f40a (patch) | |
tree | 436b31940573354020aa7ec8eba6391f8597f48b /common | |
parent | 6b372d97ee0ba2b3f5aa154599d167edd6b087b8 (diff) | |
download | scummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.tar.gz scummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.tar.bz2 scummvm-rg350-becce923fc5e40eb930d2fa51457ba951f93f40a.zip |
BE -> AE
svn-id: r30376
Diffstat (limited to 'common')
-rw-r--r-- | common/algorithm.h | 2 |
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> |