From 25bdc41ee0a69fdb5d83ea16afd1e3045c35d024 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:09:49 -0400 Subject: [PATCH] spelling: extensions --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 06e8ea3b..b33d0720 100644 --- a/src/files.c +++ b/src/files.c @@ -184,7 +184,7 @@ static void compute_exts_from_src (const char *ext) { /* We use this function when the user specifies `-o' or `--output', - so the extenions must be computed unconditionally from the file name + so the extensions must be computed unconditionally from the file name given by this option. */ src_extension = xstrdup (ext); header_extension = xstrdup (ext);