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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.h

Issue 10441086: Very minor typo fixes for GData/FileAPI code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 5699b564bf82a430ee0b87f8d3eb3550a31fd0c0..f1d8e0c492e6037cdc77c2070855d71020e4f6fa 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -908,7 +908,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
GURL* last_dir_content_url,
FilePath* first_missing_parent_path);
- // Retreives account metadata and determines from the last change timestamp
+ // Retrieves account metadata and determines from the last change timestamp
// if the feed content loading from the server needs to be initiated.
void ReloadFeedFromServerIfNeeded(ContentOrigin initial_origin,
int local_changestamp,
@@ -966,7 +966,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
// Starts root feed load from the cache. If successful, it will try to find
// the file upon retrieval completion. In addition to that, it will
- // initate retrieval of the root feed from the server if
+ // initiate retrieval of the root feed from the server if
// |should_load_from_server| is set.
void LoadRootFeedFromCache(bool should_load_from_server,
const FilePath& search_file_path,
@@ -1435,7 +1435,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
// GDataCache::CacheSubDirectoryType enum.
std::vector<FilePath> cache_paths_;
- // Waitable events used to block dectructor until all the tasks on blocking
+ // Waitable events used to block destructor until all the tasks on blocking
// thread pool are run.
scoped_ptr<base::WaitableEvent> on_io_completed_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698