From: Niklas Laxström Date: Fri, 17 May 2019 13:25:21 +0000 (+0200) Subject: Fix typo: namesapce X-Git-Tag: 1.34.0-rc.0~1677^2 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=144f40a4b8c414e2f00a74dde0bab376b7a5b419;p=lhc%2Fweb%2Fwiklou.git Fix typo: namesapce Change-Id: Idb4e420c87b7043baf3289556b8ef8775126bf8e --- diff --git a/maintenance/archives/patch-linktables.sql b/maintenance/archives/patch-linktables.sql index d53d2ea3ad..be633ed73b 100644 --- a/maintenance/archives/patch-linktables.sql +++ b/maintenance/archives/patch-linktables.sql @@ -28,7 +28,7 @@ CREATE TABLE /*$wgDBprefix*/brokenlinks ( -- Key to the page_id of the page containing the link. bl_from int unsigned NOT NULL default '0', - -- Text of the target page title ("namesapce:title"). + -- Text of the target page title ("namespace:title"). -- Unfortunately this doesn't split the namespace index -- key and therefore can't easily be joined to anything. bl_to varchar(255) binary NOT NULL default '',