This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f12c405 fix typo
f12c405 is described below
commit f12c405715a684ebd8699a40c8b30b8a1dac78bb
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Feb 27 12:11:51 2021 +0100
fix typo
---
.../Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as
index 26359b0..08aecd2 100644
---
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as
+++
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as
@@ -35,7 +35,7 @@ COMPILE::JS
* The BrowserOrientation class listens for browser
* resizing (only in devices) and dispatchh orientation change events.
* - if orientation is portratit it dispatches: 'orientationPortrait'
- * - if orientation is ladspace it dispatches: 'orientationLandscape'
+ * - if orientation is landspace it dispatches: 'orientationLandscape'
*
* @langversion 3.0
* @playerversion Flash 10.2