···170170 * <p>
171171 * Called by native code!
172172 *
173173- * @param wait_ms Max duration you prefer to wait, in millseconds. Spurious wakeups mean this
173173+ * @param wait_ms Max duration you prefer to wait, in milliseconds. Spurious wakeups mean this
174174 * not be totally precise.
175175 * @return A SurfaceHolder or null.
176176 */
···7979 */
8080 private Context runtimePackageContext = null;
8181 /**
8282- * Controll system ui visibility
8282+ * Control system ui visibility
8383 */
8484 private SystemUiController systemUiController = null;
8585···164164 // This block of code asynchronously create a MonadoView attached to activity and
165165 // waits for Surface creation. Native code (comp_window_android_init_swapchain() method)
166166 // will poll for ANativeWindow created from this Surface.
167167- // TODO: just initiate MonadoView attachement and add callback to native code to
167167+ // TODO: just initiate MonadoView attachment and add callback to native code to
168168 // notify about Surface status and pass it to OpenXR application as a Session lifecycle
169169 // (ready ... synchronized ... visible ... focused)
170170 new Thread(()-> {