summaryrefslogtreecommitdiffstats
path: root/core/method_bind.h
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
commit459f526119da43efae52307a6165a8ccd5cb2288 (patch)
treec61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /core/method_bind.h
parentb4efb832a749730b924f63be073cfe80c9afc334 (diff)
downloadredot-engine-459f526119da43efae52307a6165a8ccd5cb2288.tar.gz
Fix typos 'a' and 'an'
Diffstat (limited to 'core/method_bind.h')
-rw-r--r--core/method_bind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.h b/core/method_bind.h
index 75f09b2cd9..3c43f86b54 100644
--- a/core/method_bind.h
+++ b/core/method_bind.h
@@ -369,7 +369,7 @@ MethodBind *create_vararg_method_bind(Variant (T::*p_method)(const Variant **, i
// tale of an amazing hack.. //
-// if you declare an nonexistent class..
+// if you declare a nonexistent class..
class __UnexistingClass;
#include "method_bind.gen.inc"