From eb53e84151f0920920f3f458021063a2515332b8 Mon Sep 17 00:00:00 2001 From: Anton Evers Date: Sat, 21 Oct 2017 10:14:13 +0600 Subject: [PATCH 1/2] Typo: fix https://github.com/magento/magento2/pull/11296#commitcomment-25105509 --- app/code/Magento/Store/etc/cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Store/etc/cache.xml b/app/code/Magento/Store/etc/cache.xml index 812547ea41913..694866cf46333 100644 --- a/app/code/Magento/Store/etc/cache.xml +++ b/app/code/Magento/Store/etc/cache.xml @@ -32,6 +32,6 @@ - Compliation configuration + Compilation configuration From 40d7176b6802da40c8348c324a9f10daf1aacddd Mon Sep 17 00:00:00 2001 From: Anton Evers Date: Sun, 22 Oct 2017 14:02:48 +0600 Subject: [PATCH 2/2] Fix the same typo in the translation csv --- app/code/Magento/Store/i18n/en_US.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Store/i18n/en_US.csv b/app/code/Magento/Store/i18n/en_US.csv index bc7eb79da03f2..8f6f3491c7c12 100644 --- a/app/code/Magento/Store/i18n/en_US.csv +++ b/app/code/Magento/Store/i18n/en_US.csv @@ -42,4 +42,4 @@ Layouts,Layouts "Database DDL operations","Database DDL operations" "Results of DDL queries, such as describing tables or indexes","Results of DDL queries, such as describing tables or indexes" "Compiled Config","Compiled Config" -"Compliation configuration","Compliation configuration" +"Compilation configuration","Compilation configuration"