diff options
| author | 2019-11-06 13:28:25 -0800 | |
|---|---|---|
| committer | 2019-11-06 13:28:25 -0800 | |
| commit | 5cc0a67503522b14d017c25f45dd643ecc58aed1 (patch) | |
| tree | 610ca29aa912b316f3f70d49222ee52a5836d3bc | |
| parent | 77514bd077b4ab0a1450478642603dcf01739076 (diff) | |
| parent | 4fa49b45411bf79fe2dde0ae68292b112895d938 (diff) | |
Merge "docs: fix typo" into qt-dev
am: 4fa49b4541
Change-Id: Id779613ee9071a65ef08b270ad5ffb2d0c5e9b2c
| -rw-r--r-- | core/java/android/content/SyncStats.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/SyncStats.java b/core/java/android/content/SyncStats.java index 03b2250edee1..9596a6016c44 100644 --- a/core/java/android/content/SyncStats.java +++ b/core/java/android/content/SyncStats.java @@ -58,7 +58,7 @@ public class SyncStats implements Parcelable { * attempted to update or delete a version of a resource on the server. This is expected * to clear itself automatically once the new state is retrieved from the server, * though it may remain until the user intervenes manually, perhaps by clearing the - * local storage and starting over frmo scratch. This is considered a hard error. + * local storage and starting over from scratch. This is considered a hard error. */ public long numConflictDetectedExceptions; |