diff options
| author | luz.paz | 2018-02-21 11:30:55 -0500 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-21 19:46:06 +0100 |
| commit | 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5 (patch) | |
| tree | 74a9d00318eb6666ae65ae222d22f7d0352cc2ca /editor/dictionary_property_edit.cpp | |
| parent | 6afaf83de39d29746f8852daadadc0d46483c7ef (diff) | |
| download | godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.gz godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.zst godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.zip | |
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
Diffstat (limited to '')
| -rw-r--r-- | editor/dictionary_property_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dictionary_property_edit.cpp b/editor/dictionary_property_edit.cpp index 4c0ad5938..a87edfd00 100644 --- a/editor/dictionary_property_edit.cpp +++ b/editor/dictionary_property_edit.cpp @@ -41,7 +41,7 @@ void DictionaryPropertyEdit::_notif_changev(const String &p_v) { void DictionaryPropertyEdit::_set_key(const Variant &p_old_key, const Variant &p_new_key) { - // TODO: Set key of a dictionary is not allowd yet + // TODO: Set key of a dictionary is not allowed yet return; } |
