SQL
AخA
SELECT actor_name,comment_text
FROM revision
WHERE rev_comment LIKE "% - [[Wikipedia:Correct typos in one click|Fix a typo in one click]]"
AND rev_user_text in ("Uziel302","Bellowhead678")
limit 5;
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.