]> granicus.if.org Git - recode/commitdiff
main.c: fix a comment typo
authorReuben Thomas <rrt@sc3d.org>
Fri, 19 Jan 2018 13:33:23 +0000 (13:33 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000 (07:02 +0000)
src/main.c

index 3015dd0a3722520cbaf9b0d43167c250d35fd63f..79097ffad9d59af40b56f27af2e758920e5466a5 100644 (file)
@@ -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);