chore: fix typos (#12647)

This commit is contained in:
Alexander Cyon 2024-09-01 21:01:27 +02:00 committed by GitHub
commit d78275fdbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
"""
Update Emoji.py
Refeshes OMZ emoji database based on the latest Unicode spec
Refreshes OMZ emoji database based on the latest Unicode spec
"""
import re
import json
@ -95,7 +95,7 @@ def name_to_omz(_name, _group, _subgroup, _status):
shortname = snake_case(_name)
# Special treatment by status
# Enables us to have every emoji combination,
# even the one that are not officially sanctionned
# even the one that are not officially sanctioned
# and are implemented by, say, only one vendor
if _status == "unqualified":
shortname += "_unqualified"