diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /embeddedobj | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/test/Container1/NativeView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/test/Container1/NativeView.java b/embeddedobj/test/Container1/NativeView.java index 7063072a1a0f..a28a17d9ea85 100644 --- a/embeddedobj/test/Container1/NativeView.java +++ b/embeddedobj/test/Container1/NativeView.java @@ -63,7 +63,7 @@ public class NativeView extends java.awt.Canvas * Why here? * Because the handle seems to be available for already visible windows * only. So it's the best place to get it. Special helper method - * can be called more then ones - but call native code one times only + * can be called more than ones - but call native code one times only * and safe the handle and the system type on our members maHandle/maSystem! */ public void setVisible( boolean bState ) |