Commit f4abd4e6 authored by Peter Huewe's avatar Peter Huewe Committed by Peter Korsgaard
Browse files

docs: Fixed spelling error in buildroot.html GETTEXT instead of GNUTTEXT



Fixed spelling error in Documentation buildroot.html#gettext-integration

GETTEXT instead of GNUTTEXT

Signed-off-by: default avatarPeter Huewe <peterhuewe@gmx.de>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 237c98b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1619,7 +1619,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
    <p>Therefore, packages that unconditionnally need gettext should:</p>

    <ol>
      <li>Use <code>select BR2_PACKAGE_GNUTTEXT if
      <li>Use <code>select BR2_PACKAGE_GETTEXT if
      BR2_NEEDS_GETTEXT</code> and possibly <code>select
      BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT</code> if libintl is
      also needed</li>
@@ -1632,7 +1632,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
    should:</p>

    <ol>
      <li>Use <code>select BR2_PACKAGE_GNUTTEXT if
      <li>Use <code>select BR2_PACKAGE_GETTEXT if
      BR2_NEEDS_GETTEXT_IF_LOCALE</code> and possibly <code>select
      BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE</code> if
      libintl is also needed</li>