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