From 6284cc673dff2de0e3c9b706beb847136591a0eb Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 24 Apr 2013 04:50:07 +0000 Subject: [PATCH] typo --- ftepp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2