From d6d102794f5a0710d88ba5fa9bf3973c2c6b26f5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:01 -0400 Subject: [PATCH] spelling: cygwin Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- bin/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/console b/bin/console index 4d76bdc420..79b6c8d3b9 100755 --- a/bin/console +++ b/bin/console @@ -3,7 +3,7 @@ dir=$(cd "${0%[/\\]*}" > /dev/null; pwd) if [[ -d /proc/cygdrive && $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then - # We are in Cgywin using Windows php, so the path must be translated + # We are in Cygwin using Windows php, so the path must be translated dir=$(cygpath -m "$dir"); fi