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

Unified Diff: pdf/document_loader.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 | « net/ssl/threaded_ssl_private_key.h ('k') | ppapi/api/ppb_compositor.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/document_loader.h
diff --git a/pdf/document_loader.h b/pdf/document_loader.h
index 148aaf19a778270128ca00b0513fefc3f8bbef62..4e734a0663a4fab82964544eb3f6ae61668b7c81 100644
--- a/pdf/document_loader.h
+++ b/pdf/document_loader.h
@@ -47,7 +47,7 @@ class DocumentLoader {
const std::string& url,
const std::string& headers);
- // Data access interface. Return true is sucessful.
+ // Data access interface. Return true is successful.
bool GetBlock(uint32_t position, uint32_t size, void* buf) const;
// Data availability interface. Return true data avaialble.
« no previous file with comments | « net/ssl/threaded_ssl_private_key.h ('k') | ppapi/api/ppb_compositor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698