diff --git a/examples/AndroidMath/Vector.java b/examples/AndroidMath/Vector.java index bf56c8006..246243bfc 100644 --- a/examples/AndroidMath/Vector.java +++ b/examples/AndroidMath/Vector.java @@ -1,13 +1,13 @@ package org.upp.AndroidMath; /** - * Math vector class which whole implementaiton is native (c/c++). + * Math vector class which whole implementation is native (c/c++). */ public class Vector { /** - * Field use by MemoryManager to stroe pointer to c++ object. - * If you want to use MemoryManager with your class make usre you have this field + * Field use by MemoryManager to store pointer to c++ object. + * If you want to use MemoryManager with your class make sure you have this field * in your class. */ private long nativeAdress = 0;