Fix typo in comment.
authorC. Scott Ananian <cscott@cscott.net>
Tue, 27 Jun 2017 21:11:31 +0000 (17:11 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Tue, 27 Jun 2017 21:11:31 +0000 (17:11 -0400)
Change-Id: Ia656c55ca22fa30b5a911b8cb3a6218c916d3316

languages/ConverterRule.php

index 0d0d90d..e51a8ed 100644 (file)
@@ -230,7 +230,7 @@ class ConverterRule {
                        if ( $disp === false && array_key_exists( $variant, $unidtable ) ) {
                                $disp = array_values( $unidtable[$variant] )[0];
                        }
-                       // or display frist text under disable manual convert
+                       // or display first text under disable manual convert
                        if ( $disp === false && $this->mConverter->mManualLevel[$variant] == 'disable' ) {
                                if ( count( $bidtable ) > 0 ) {
                                        $disp = array_values( $bidtable )[0];