Index: chrome/browser/google_apis/drive_api_operations.h |
diff --git a/chrome/browser/google_apis/drive_api_operations.h b/chrome/browser/google_apis/drive_api_operations.h |
index 514f7be59828ad8359d654f7d8e3de00a926d3bc..95eb2369bfb7a933857e06cf920e51430318e483 100644 |
--- a/chrome/browser/google_apis/drive_api_operations.h |
+++ b/chrome/browser/google_apis/drive_api_operations.h |
@@ -279,7 +279,7 @@ class InsertResourceOperation : public EntryActionOperation { |
// This class performs the operation for removing a resource from a directory. |
// Note that we use "delete" for the name of this class, which comes from the |
// operation name of the Drive API v2, although we prefer "remove" for that |
-// sence in "drive/google_api" |
+// sense in "drive/google_api" |
// Also note that this is the operation of "Children: delete" of the Drive API |
// v2. https://developers.google.com/drive/v2/reference/children/delete |
class DeleteResourceOperation : public EntryActionOperation { |