aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2007-02-28 14:07:47 +0000
committerMax Horn2007-02-28 14:07:47 +0000
commitdea688d0f5303e552bff8ff22798719d92ed53c1 (patch)
tree755cda8c15730097e914305fee87ed9b735487cd /common
parent6be027afaba3704d979e1905b269824630bd6708 (diff)
downloadscummvm-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.h2
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>