SQL
AخA
select page_title as Article, pl_title as "Missplelled redirect"
from page
join pagelinks on pl_from = page_id
where page_namespace = 0
and pl_namespace = 0
and pl_title in (select page_title
from page
join categorylinks on cl_from = page_id
where cl_to = 'Redirects_from_misspellings'
and page_namespace = 0);
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.