Skip to content

Commit

Permalink
readtags: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Oct 26, 2022
1 parent 0ace871 commit ebc4a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra-cmds/readtags-cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static void walkTags (tagFile *const file, tagEntry *first_entry,
int err = tagsGetErrno (file);
if (err != 0)
{
fprintf (stderr, "%s: error in walktTags(): %s\n",
fprintf (stderr, "%s: error in walkTags(): %s\n",
ProgramName,
tagsStrerror (err));
exit (1);
Expand Down Expand Up @@ -291,7 +291,7 @@ static void walkTags (tagFile *const file, tagEntry *first_entry,
int err = tagsGetErrno (file);
if (err != 0)
{
fprintf (stderr, "%s: error in walktTags(): %s\n",
fprintf (stderr, "%s: error in walkTags(): %s\n",
ProgramName,
tagsStrerror (err));
exit (1);
Expand Down

0 comments on commit ebc4a4a

Please sign in to comment.