WikiMap: typo fix in comment

Change-Id: I08c578189db8e6edb0c3d9755d29314b94bbcc20
This commit is contained in:
C. Scott Ananian 2020-12-21 13:14:01 -05:00
parent 3503537452
commit e56dbc3e1b

View file

@ -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 <DB>-<project>- or <DB>-<project>-<language>_,