From: Reuben Thomas Date: Fri, 19 Jan 2018 13:33:23 +0000 (+0000) Subject: main.c: fix a comment typo X-Git-Tag: v3.7~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c071cad367c5692dcf31dc663d6e48474748aeae;p=recode main.c: fix a comment typo --- diff --git a/src/main.c b/src/main.c index 3015dd0..79097ff 100644 --- a/src/main.c +++ b/src/main.c @@ -821,7 +821,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"), if (file = fopen (input_name, "r+"), file == NULL) error (EXIT_FAILURE, errno, "fopen (%s)", input_name); - /* Save the input file attrobites. */ + /* Save the input file attributes. */ fstat (fileno (file), &file_stat); fclose (file);