[Misc] Typo fixes (#3427)

* [Misc] Typo fixes

* Changelog

* Trivia list

* Update 3427.misc.rst

* Changelog
This commit is contained in:
Stonedestroyer
2020-01-22 11:00:52 +01:00
committed by Draper
parent 77235f7750
commit e1a110b1bf
12 changed files with 12 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ class Events(MixinMeta):
while None in name_list: # clean out null entries from a bug
name_list.remove(None)
if after.name in name_list:
# Ensure order is maintained without duplicates occuring
# Ensure order is maintained without duplicates occurring
name_list.remove(after.name)
name_list.append(after.name)
while len(name_list) > 20: