From 1911f3b7ba6771890f7e94cc45f528759e1890e5 Mon Sep 17 00:00:00 2001 From: Yannoff Date: Fri, 5 Feb 2021 18:40:07 +0100 Subject: [PATCH] Fix typo in script version warning message --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 0ba7eae..cc0a7ef 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -28,7 +28,7 @@ if test "$IPE_VERSION" = master && test "${CI:-}" != true; then # # # You are using an unsupported method to get install-php-extensions! # # # -# Please update the way you fetch it. Read the instrictions at # +# Please update the way you fetch it. Read the instructions at # # https://github.com/mlocati/docker-php-extension-installer#usage # # # # For example, if you get this script by fetching #