Write Latin and other scripts with captial letter
[lhc/web/wiklou.git] / includes / search / SearchMySQL.php
index 806db7d..9f10697 100644 (file)
@@ -144,7 +144,7 @@ class SearchMySQL extends SearchDatabase {
                } else {
                        // For Chinese, words may legitimately abut other words in the text literal.
                        // Don't add \b boundary checks... note this could cause false positives
-                       // for latin chars.
+                       // for Latin chars.
                }
                return $regex;
        }