diff options
author | Sen Jiang <senj@google.com> | 2018-04-04 17:59:10 -0700 |
---|---|---|
committer | Sen Jiang <senj@google.com> | 2018-04-04 18:07:19 -0700 |
commit | 771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch) | |
tree | c72aa56680550f17c2b60621a1ede140f550aec8 /payload_state.h | |
parent | a57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff) |
Correct some spellings.
Test: mma
Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
Diffstat (limited to 'payload_state.h')
-rw-r--r-- | payload_state.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payload_state.h b/payload_state.h index d1906c27..17c1ce0f 100644 --- a/payload_state.h +++ b/payload_state.h @@ -337,7 +337,7 @@ class PayloadState : public PayloadStateInterface { // Loads the number of bytes that have been currently downloaded through the // previous attempts from the persisted state for the given source. It's - // reset to 0 everytime we begin a full update and is continued from previous + // reset to 0 every time we begin a full update and is continued from previous // attempt if we're resuming the update. void LoadCurrentBytesDownloaded(DownloadSource source); @@ -349,7 +349,7 @@ class PayloadState : public PayloadStateInterface { // Loads the total number of bytes that have been downloaded (since the last // successful update) from the persisted state for the given source. It's - // reset to 0 everytime we successfully apply an update and counts the bytes + // reset to 0 every time we successfully apply an update and counts the bytes // downloaded for both successful and failed attempts since then. void LoadTotalBytesDownloaded(DownloadSource source); @@ -485,7 +485,7 @@ class PayloadState : public PayloadStateInterface { int32_t url_switch_count_; // The current download source based on the current URL. This value is - // not persisted as it can be recomputed everytime we update the URL. + // not persisted as it can be recomputed every time we update the URL. // We're storing this so as not to recompute this on every few bytes of // data we read from the socket. DownloadSource current_download_source_; |