diff options
author | Jordi Vilalta Prat | 2010-12-01 20:03:05 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2010-12-01 20:03:05 +0000 |
commit | d5a4f554af1bcbccfb31ef5a8e51307bb745f035 (patch) | |
tree | 2388d2ae191565a082feb83ad1084e6261b76d90 /common | |
parent | a17c07bcaa5256acf5777b2d4df90e0c01d38d74 (diff) | |
download | scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.tar.gz scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.tar.bz2 scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.zip |
ALL: Fix a few typos
svn-id: r54716
Diffstat (limited to 'common')
-rw-r--r-- | common/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/str.h b/common/str.h index 56feaacf1b..21c0483a04 100644 --- a/common/str.h +++ b/common/str.h @@ -288,7 +288,7 @@ extern char *trim(char *t); Common::String lastPathComponent(const Common::String &path, const char sep); /** - * Normalize a gien path to a canonical form. In particular: + * Normalize a given path to a canonical form. In particular: * - trailing separators are removed: /foo/bar/ -> /foo/bar * - double separators (= empty components) are removed: /foo//bar -> /foo/bar * - dot components are removed: /foo/./bar -> /foo/bar |