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

Unified Diff: components/nacl/browser/pnacl_translation_cache.h

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month 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 | « components/history/core/browser/history_types.h ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/pnacl_translation_cache.h
diff --git a/components/nacl/browser/pnacl_translation_cache.h b/components/nacl/browser/pnacl_translation_cache.h
index bd14fcae7f587418ea16e4aa714494975fcd17a8..4a3095ec71c16d6abfa899469d92cb3aeedddfa1 100644
--- a/components/nacl/browser/pnacl_translation_cache.h
+++ b/components/nacl/browser/pnacl_translation_cache.h
@@ -39,13 +39,13 @@ class PnaclTranslationCache
virtual ~PnaclTranslationCache();
// Initialize the translation cache in |cache_dir|. If the return value is
- // net::ERR_IO_PENDING, |callback| will be called with a 0 argument on sucess
+ // net::ERR_IO_PENDING, |callback| will be called with a 0 argument on success
// and <0 otherwise.
int InitOnDisk(const base::FilePath& cache_dir,
const CompletionCallback& callback);
// Initialize the translation cache in memory. If the return value is
- // net::ERR_IO_PENDING, |callback| will be called with a 0 argument on sucess
+ // net::ERR_IO_PENDING, |callback| will be called with a 0 argument on success
// and <0 otherwise.
int InitInMemory(const CompletionCallback& callback);
« no previous file with comments | « components/history/core/browser/history_types.h ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698