diff options
author | Max Horn | 2007-06-15 18:42:00 +0000 |
---|---|---|
committer | Max Horn | 2007-06-15 18:42:00 +0000 |
commit | bb3c02086844311a0fa054e539ca94a41c3cd053 (patch) | |
tree | ec1a89b65734c61e713a8cad6382b092f67bacf9 | |
parent | 08fe332154592eaa44c3fc4ada6b745e4ff68339 (diff) | |
download | scummvm-rg350-bb3c02086844311a0fa054e539ca94a41c3cd053.tar.gz scummvm-rg350-bb3c02086844311a0fa054e539ca94a41c3cd053.tar.bz2 scummvm-rg350-bb3c02086844311a0fa054e539ca94a41c3cd053.zip |
Typo
svn-id: r27431
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 38106e74cd..38f0b2bf6f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # a list of common object files etc. ###################################################################### -# The defaul build target: just build the scummvm executable +# The default build target: just build the scummvm executable ###################################################################### all: $(EXECUTABLE) plugins |