summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_editor.cpp
diff options
context:
space:
mode:
authorCarl Olsson <carl.olsson@gmail.com>2015-02-11 21:15:49 +1000
committerCarl Olsson <carl.olsson@gmail.com>2015-02-11 21:15:49 +1000
commit573ae5dd926df0dbd63b787945ace0fa76f08976 (patch)
treeca21f025cab021fdb43d6a7b77222c4bcf62f63a /modules/gdscript/gd_editor.cpp
parent9171f71ff55def0f661a3d76e4ebcfc945092ad3 (diff)
parent78a268c2eb3099103164407761e06afa0c6339d4 (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Conflicts: demos/2d/polygon_path_finder_demo/.fscache
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
-rw-r--r--modules/gdscript/gd_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp
index 20cd09efd0..df091fbcc9 100644
--- a/modules/gdscript/gd_editor.cpp
+++ b/modules/gdscript/gd_editor.cpp
@@ -51,7 +51,7 @@ String GDScriptLanguage::get_template(const String& p_class_name, const String&
"# var a=2\n"+
"# var b=\"textvar\"\n\n"+
"func _ready():\n"+
- "\t# Initalization here\n"+
+ "\t# Initialization here\n"+
"\tpass\n"+
"\n"+
"\n";