From 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Apr 2010 14:12:47 +0000 Subject: (svn r19614) -Codechange: "it's" => "its" where appropriate --- src/strgen/strgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strgen') 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; -- cgit v1.2.3-54-g00ecf