diff options
| author | Alexander Cyon <Sajjon@users.noreply.github.com> | 2024-09-01 21:01:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 21:01:27 +0200 |
| commit | d78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch) | |
| tree | 036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/emoji/update_emoji.py | |
| parent | c68ff8aeedc2b779ae42d745457ecd443e22e212 (diff) | |
| download | zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2 zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip | |
chore: fix typos (#12647)
Diffstat (limited to 'plugins/emoji/update_emoji.py')
| -rw-r--r-- | plugins/emoji/update_emoji.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/emoji/update_emoji.py b/plugins/emoji/update_emoji.py index 18b3c060d..9e115a7fa 100644 --- a/plugins/emoji/update_emoji.py +++ b/plugins/emoji/update_emoji.py @@ -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" |
