From e56dbc3e1bf61cdd2c9d2a997c711544e8042555 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Mon, 21 Dec 2020 13:14:01 -0500 Subject: [PATCH] WikiMap: typo fix in comment Change-Id: I08c578189db8e6edb0c3d9755d29314b94bbcc20 --- includes/WikiMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WikiMap.php b/includes/WikiMap.php index 24537842a61..d36f5b336db 100644 --- a/includes/WikiMap.php +++ b/includes/WikiMap.php @@ -272,7 +272,7 @@ class WikiMap { // compatibility with some common cases. Assume that if the DB domain schema is just // the installer default then it is probably the case that the schema is the same for // all wikis in the farm. Historically, any wiki farm had to make the database/prefix - // combination unique per wiki. Ommit the schema if it does not seem wiki specific. + // combination unique per wiki. Omit the schema if it does not seem wiki specific. if ( !in_array( $domain->getSchema(), [ null, 'mediawiki' ], true ) ) { // This means a site admin may have specifically taylored the schemas. // Domain IDs might use the form -- or --_,