diff options
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 |