spelling: extensions

This commit is contained in:
Josh Soref
2017-07-25 23:09:49 -04:00
committed by Akim Demaille
parent 57e3f5a80c
commit 25bdc41ee0

View File

@@ -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);