diff options
author | Max Horn | 2007-02-28 14:07:47 +0000 |
---|---|---|
committer | Max Horn | 2007-02-28 14:07:47 +0000 |
commit | dea688d0f5303e552bff8ff22798719d92ed53c1 (patch) | |
tree | 755cda8c15730097e914305fee87ed9b735487cd /common | |
parent | 6be027afaba3704d979e1905b269824630bd6708 (diff) | |
download | scummvm-rg350-dea688d0f5303e552bff8ff22798719d92ed53c1.tar.gz scummvm-rg350-dea688d0f5303e552bff8ff22798719d92ed53c1.tar.bz2 scummvm-rg350-dea688d0f5303e552bff8ff22798719d92ed53c1.zip |
Fix spelling
svn-id: r25908
Diffstat (limited to 'common')
-rw-r--r-- | common/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.h b/common/list.h index 31b9768271..2d2e7b0abf 100644 --- a/common/list.h +++ b/common/list.h @@ -28,7 +28,7 @@ namespace Common { /** - * Simple double linked list, modelled after the list template of the standard + * Simple double linked list, modeled after the list template of the standard * C++ library. */ template <class T> |