From 6ba9692d8bbe3e3c245aca9a7c928e81178d05f1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 14 Apr 2014 20:09:58 +0300 Subject: Typo Change-Id: I888b4fcd6ad1bbdc95a1f6e17d2d35de193c3473 --- i18npool/Module_i18npool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk index 06ccf30b85a1..022d053a6f50 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -16,7 +16,7 @@ $(eval $(call gb_Module_add_targets,i18npool,\ CustomTarget_localedata \ CustomTarget_textconversion \ Library_collator_data \ - $(if $(filter-ouut IOS,$(OS)), \ + $(if $(filter-out IOS,$(OS)), \ Library_dict_ja \ Library_dict_zh) \ Library_i18npool \ -- cgit