From 8016ae1bf32b2063a81c17c75815adc6da83f22b Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 9 Jan 2018 12:47:12 +1300 Subject: [PATCH] Fix typo --- interface/src/scripting/WindowScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index 5cd75ee941..c10d0d0d26 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -143,7 +143,7 @@ public slots: /**jsdoc * Prompt the user for input in a custom, modal dialog. - * @deprecated This funtion is deprecated and will be removed. + * @deprecated This function is deprecated and will soon be removed. * @function Window.customPrompt * @param {object} config - Configures the modal dialog. * @returns {object} The user's response.