diff --git a/glibc-disable-gettext-for-c-utf8.patch b/glibc-disable-gettext-for-c-utf8.patch
index 168a0c1..466df5b 100644
--- a/glibc-disable-gettext-for-c-utf8.patch
+++ b/glibc-disable-gettext-for-c-utf8.patch
@@ -6,7 +6,7 @@ Index: glibc-2.23/intl/dcigettext.c
        /* If the current locale value is C (or POSIX) we don't load a
  	 domain.  Return the MSGID.  */
        if (strcmp (single_locale, "C") == 0
-+      || strcmp (single_locale, "C.UTF-8") == 0
++	  || strcmp (single_locale, "C.UTF-8") == 0
  	  || strcmp (single_locale, "POSIX") == 0)
  	break;