]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
typo
authorDale Weiler <killfieldengine@gmail.com>
Wed, 24 Apr 2013 04:50:07 +0000 (04:50 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 24 Apr 2013 04:50:07 +0000 (04:50 +0000)
ftepp.c

diff --git a/ftepp.c b/ftepp.c
index 28db0d2faec818c089d9e5115fce7c328972028f..6fb8c6f8caeb93fd5c8c158abd1c35932a00b18f 100755 (executable)
--- a/ftepp.c
+++ b/ftepp.c
@@ -185,7 +185,7 @@ char *ftepp_predef_timestamp(lex_file *context) {
         return util_strdup("\"<failed to determine timestamp>\"");
 
     /*
-     * 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);