Index: mojo/runner/native_application_support.h |
diff --git a/mojo/runner/native_application_support.h b/mojo/runner/native_application_support.h |
index f22dd4077b6021d7a5f81b0dad569b763f5fa100..24cc16c66b3147e0db232d962a248242fda5575e 100644 |
--- a/mojo/runner/native_application_support.h |
+++ b/mojo/runner/native_application_support.h |
@@ -22,7 +22,7 @@ namespace runner { |
// Loads the native Mojo application from the DSO specified by |app_path|. |
// Returns the |base::NativeLibrary| for the application on success (or null on |
// failure). If |cleanup| is |DELETE|, it will delete |app_path| (regardless of |
-// sucess or failure). |
+// success or failure). |
// |
// Note: The caller may choose to eventually unload the returned DSO. If so, |
// this should be done only after the thread on which |LoadNativeApplication()| |