From 394ea17ec53c482074dd14e2ad910c9b39b1c803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Thu, 21 Jul 2022 16:48:01 +0900 Subject: [PATCH] spell miss? --- bin/template_jp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/template_jp.php b/bin/template_jp.php index 05bd6303fc1..007389bd1bc 100755 --- a/bin/template_jp.php +++ b/bin/template_jp.php @@ -57,7 +57,7 @@ echoLn(' message id: '.$messageId); echoLn(' message text: '.$messageText); - eixt(1); + exit(1); } $replaced = $result; }