typo: more then -> more than

Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
This commit is contained in:
Takeshi Abe
2014-08-01 16:56:25 +09:00
parent ca1897ede3
commit 9bac4d413e
74 changed files with 95 additions and 95 deletions

View File

@@ -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 )