From 2d955dbd582e484e74f7f4ee06ef5ebf742f8117 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sun, 21 Mar 2021 17:35:55 +0000 Subject: [PATCH] s/unavailabe/unavailable --- src/phputf8/utf8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phputf8/utf8.php b/src/phputf8/utf8.php index d40f43db..af8b4127 100644 --- a/src/phputf8/utf8.php +++ b/src/phputf8/utf8.php @@ -3,7 +3,7 @@ * This is the dynamic loader for the library. It checks whether you have * the mbstring extension available and includes relevant files * on that basis, falling back to the native (as in written in PHP) version -* if mbstring is unavailabe. +* if mbstring is unavailable. * * It's probably easiest to use this, if you don't want to understand * the dependencies involved, in conjunction with PHP versions etc. At