Skip to content

Commit

Permalink
Fix typo (gettext_print instead of gettext_printf)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidjaar committed Aug 14, 2014
1 parent 3c05833 commit c291f47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-08-14 Andrey Borzenkov <[email protected]>

* util/grub-mkconfig.in: Fix typo (gettext_print instead of
gettext_printf).

2014-08-13 Vladimir Serbinenko <[email protected]>

* grub-core/term/at_keyboard.c: Retry probing keyboard if
Expand Down
2 changes: 1 addition & 1 deletion util/grub-mkconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ set $grub_probe dummy
if test -f "$1"; then
:
else
gettext_print "%s: Not found.\n" "$1" 1>&2
gettext_printf "%s: Not found.\n" "$1" 1>&2
exit 1
fi

Expand Down

0 comments on commit c291f47

Please sign in to comment.