Fix typo: namesapce
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 17 May 2019 13:25:21 +0000 (15:25 +0200)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 17 May 2019 13:25:21 +0000 (15:25 +0200)
Change-Id: Idb4e420c87b7043baf3289556b8ef8775126bf8e

maintenance/archives/patch-linktables.sql

index d53d2ea..be633ed 100644 (file)
@@ -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 '',