From 941972c4c8a98a53db1334f17bfbe85fe6d51d76 Mon Sep 17 00:00:00 2001 From: Feram Date: Sun, 6 Nov 2016 04:36:27 +0000 Subject: [PATCH] Fix typo occured --- ci_scripts/push_translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/push_translations.sh b/ci_scripts/push_translations.sh index 0ad5a70513..be244156c9 100755 --- a/ci_scripts/push_translations.sh +++ b/ci_scripts/push_translations.sh @@ -36,5 +36,5 @@ if [[ $? -eq 0 ]]; then echo "Error recoding into utf8" fi else - echo "Error occured generating english strings file." + echo "Error occurred generating english strings file." fi