mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
updating typo
This commit is contained in:
parent
d4dfaec8ea
commit
84f95dd4b8
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ public slots:
|
||||||
* @function Window.getLastDomainConnectionError
|
* @function Window.getLastDomainConnectionError
|
||||||
* @returns {Window.ConnectionRefusedReason} Integer number that enumerates the last domain connection refused.
|
* @returns {Window.ConnectionRefusedReason} Integer number that enumerates the last domain connection refused.
|
||||||
*/
|
*/
|
||||||
int getLastDominConnectionError() const;
|
int getLastDomainConnectionError() const;
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Open a non-modal message box that can have a variety of button combinations. See also,
|
* Open a non-modal message box that can have a variety of button combinations. See also,
|
||||||
|
|
Loading…
Reference in a new issue