(svn r19614) -Codechange: "it's" => "its" where appropriate

This commit is contained in:
smatz
2010-04-12 14:12:47 +00:00
parent 073af4eba2
commit 258b128a56
33 changed files with 43 additions and 43 deletions

View File

@@ -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;