summaryrefslogtreecommitdiff
path: root/core/java/android/content/SyncStats.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/content/SyncStats.java')
-rw-r--r--core/java/android/content/SyncStats.java2
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;