diff options
Diffstat (limited to 'src/strgen/strgen.cpp')
-rw-r--r-- | src/strgen/strgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 22450bddf..8992ad6c6 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -816,7 +816,7 @@ static void ParseFile(const char *file, bool english) FILE *in; char buf[2048]; - /* Only look at the final filename to determine whether it's be base language or not */ + /* Only look at the final filename to determine whether it's the base language or not */ const char *cur_file = strrchr(_file, PATHSEPCHAR); const char *next_file = strrchr(file, PATHSEPCHAR); _translation = next_file != NULL && cur_file != NULL && strcmp(cur_file, next_file) != 0; |