aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/export/export.cpp
diff options
context:
space:
mode:
authoreska2016-04-28 02:39:52 +0200
committerRémi Verschelde2016-04-29 07:43:23 +0200
commit91461b588da8881e0b54795ac35397e8211a75b7 (patch)
tree0a476a4fb03a6d36962b252c374acee182c662a6 /platform/javascript/export/export.cpp
parent3a3f56689e8d0ccebde4668dc81c975f03381ff7 (diff)
downloadgodot-91461b588da8881e0b54795ac35397e8211a75b7.tar.gz
godot-91461b588da8881e0b54795ac35397e8211a75b7.tar.zst
godot-91461b588da8881e0b54795ac35397e8211a75b7.zip
Diffstat (limited to 'platform/javascript/export/export.cpp')
-rw-r--r--platform/javascript/export/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp
index e055aeea5..de57d770c 100644
--- a/platform/javascript/export/export.cpp
+++ b/platform/javascript/export/export.cpp
@@ -86,7 +86,7 @@ public:
virtual String get_device_info(int p_device) const { return "Run exported HTML in the system's default browser."; }
virtual Error run(int p_device,int p_flags=0);
- virtual bool requieres_password(bool p_debug) const { return false; }
+ virtual bool requires_password(bool p_debug) const { return false; }
virtual String get_binary_extension() const { return "html"; }
virtual Error export_project(const String& p_path,bool p_debug,int p_flags=0);