From: Dale Weiler Date: Wed, 24 Apr 2013 04:50:07 +0000 (+0000) Subject: typo X-Git-Tag: before-library~16 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=6284cc673dff2de0e3c9b706beb847136591a0eb;p=xonotic%2Fgmqcc.git typo --- diff --git a/ftepp.c b/ftepp.c index 28db0d2..6fb8c6f 100755 --- a/ftepp.c +++ b/ftepp.c @@ -185,7 +185,7 @@ char *ftepp_predef_timestamp(lex_file *context) { return util_strdup("\"\""); /* - * ctime and it's fucking annoying newline char, no worries, we're + * ctime and its fucking annoying newline char, no worries, we're * professionals here. */ find = ctime(&finfo.st_mtime);