From 144f40a4b8c414e2f00a74dde0bab376b7a5b419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 17 May 2019 15:25:21 +0200 Subject: [PATCH] Fix typo: namesapce Change-Id: Idb4e420c87b7043baf3289556b8ef8775126bf8e --- maintenance/archives/patch-linktables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '', -- 2.20.1