From 08e0c93f250c6e30da4d2a1f596d72cf874e6b13 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:20 -0400 Subject: [PATCH] spelling: return Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Console/PhpToPo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/PhpToPo.php b/src/Console/PhpToPo.php index 9acea85393..a400fea23c 100644 --- a/src/Console/PhpToPo.php +++ b/src/Console/PhpToPo.php @@ -231,7 +231,7 @@ HELP; } /** - * Get a string and retun a message.po ready text + * Get a string and return a message.po ready text * - replace " with \" * - replace tab char with \t * - manage multiline strings -- 2.39.5