Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java

Issue 1253823002: Proof-reading comments in mojo/runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/runner/native_application_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
index 3a0b237119b4d81fc6309de90673c22e9797cf9e..8fecb6689257650854445abd57a910e89c0845e7 100644
--- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
+++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
@@ -20,7 +20,7 @@ import java.lang.reflect.Constructor;
/**
* Content handler for archives containing native libraries bundled with Java code.
* <p>
- * TODO(ppi): create a seperate instance for each application being bootstrapped to keep track of
+ * TODO(ppi): create a separate instance for each application being bootstrapped to keep track of
* the temporary files and clean them up once the execution finishes.
*/
@JNINamespace("mojo::runner")
« no previous file with comments | « no previous file | mojo/runner/native_application_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698