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

Unified Diff: chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h

Issue 2860963002: Spell success correctly. (Closed)
Patch Set: Created 3 years, 8 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
Index: chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
index a037fe40748c7b250d2dd198eb64d0df68682e0b..0e34d9eb4d68bca856f162f7d5b33e2b90433056 100644
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
@@ -158,7 +158,7 @@ class ProvidedFileSystemInterface {
const OpenFileCallback& callback) = 0;
// Requests closing a file, previously opened with OpenFile() as a file with
- // |file_handle|. For either succes or error |callback| must be called.
+ // |file_handle|. |callback| must be called.
dschuyler 2017/05/04 22:43:51 nit: Starting on a |var| is unsightly :), Maybe: T
Lei Zhang 2017/05/17 21:14:38 Done.
virtual AbortCallback CloseFile(
int file_handle,
const storage::AsyncFileUtil::StatusCallback& callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698