summaryrefslogtreecommitdiff
path: root/modules/gdnative
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2020-07-16 12:54:15 -0400
committerAndy Maloney <asmaloney@gmail.com>2020-07-21 15:17:23 -0400
commit4dda62f5911eefe4c0476d1e148256545e3c931e (patch)
treead4de6d84dd44d39b41ae6be6eb9d4f7cec6ce4e /modules/gdnative
parent9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff)
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/register_types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/register_types.cpp b/modules/gdnative/register_types.cpp
index d1b1513ac3..3a2d0b09a3 100644
--- a/modules/gdnative/register_types.cpp
+++ b/modules/gdnative/register_types.cpp
@@ -171,7 +171,7 @@ void GDNativeExportPlugin::_export_file(const String &p_path, const String &p_ty
String entry_lib_path = config->get_value("entry", key);
if (entry_lib_path.begins_with("res://") && entry_lib_path.ends_with(".a")) {
// If we find static library that was used for export
- // we should add a fake loopup table.
+ // we should add a fake lookup table.
// In case of dynamic library being used,
// this symbols will not cause any issues with library loading.
should_fake_dynamic = true;