X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Futils%2Ftrimmer%2Ftrimmer.c;h=d13a9fef3d4227f3abc7b741c2f2796e7c096501;hb=e74015680521597497c3218160a9e80081932896;hp=094cbe9277629e92094de60b3c8dcecf7ec13d19;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/src/plugins/utils/trimmer/trimmer.c b/src/plugins/utils/trimmer/trimmer.c index 094cbe92..d13a9fef 100644 --- a/src/plugins/utils/trimmer/trimmer.c +++ b/src/plugins/utils/trimmer/trimmer.c @@ -173,7 +173,7 @@ bool compile_and_match(const char *pattern, const char *string, GMatchInfo **mat /* * g_regex_match allocates `*match_info` even if it returns * FALSE. If there's no match, we have no use for it, so free - * it immediatly and don't return it to the caller. + * it immediately and don't return it to the caller. */ g_match_info_free(*match_info); *match_info = NULL;