diff options
Diffstat (limited to 'editor/script_create_dialog.h')
| -rw-r--r-- | editor/script_create_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index f503b878f5..d16c523f0a 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ @@ -74,7 +74,7 @@ class ScriptCreateDialog : public ConfirmationDialog { void _path_changed(const String &p_path = String()); void _lang_changed(int l = 0); void _built_in_pressed(); - bool _validate(const String &p_strin); + bool _validate(const String &p_string); void _class_name_changed(const String &p_name); void _parent_name_changed(const String &p_parent); void _template_changed(int p_template = 0); |