diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
| commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
| tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /modules/gdnative/gdnative.cpp | |
| parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
| parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) | |
| download | redot-engine-a940b4cf640930b2decb356d395ac4cd89beefaf.tar.gz | |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'modules/gdnative/gdnative.cpp')
| -rw-r--r-- | modules/gdnative/gdnative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative.cpp b/modules/gdnative/gdnative.cpp index c8e17e8dc5..a27935bfe2 100644 --- a/modules/gdnative/gdnative.cpp +++ b/modules/gdnative/gdnative.cpp @@ -404,7 +404,7 @@ bool GDNative::terminate() { } else if (gdnatives->size() == 1) { // we're the last one, terminate! gdnatives->clear(); - // wew this looks scary, but all it does is remove the entry completely + // whew this looks scary, but all it does is remove the entry completely GDNativeLibrary::loaded_libraries->erase(GDNativeLibrary::loaded_libraries->find(library->get_current_library_path())); } } |
