Fix typo (gettext_print instead of gettext_printf)

This commit is contained in:
Andrey Borzenkov 2014-08-14 21:02:31 +04:00
parent 3c05833249
commit c291f47b2c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-14 Andrey Borzenkov <arvidjaar@gmail.com>
* util/grub-mkconfig.in: Fix typo (gettext_print instead of
gettext_printf).
2014-08-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/at_keyboard.c: Retry probing keyboard if

View File

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