Fix typo in comment in UsedTimeUpdateHelper

This commit is contained in:
Jonas Lochmann 2020-05-11 02:00:00 +02:00
parent 3fa8e25c02
commit e42236167f
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -89,7 +89,7 @@ class UsedTimeUpdateHelper (val date: DateInTimezone) {
Log.d(LOG_TAG, "could not commit used times", ex)
}
// this is a very rare case if a category is deltete while it is used;
// this is a very rare case if a category is deleted while it is used;
// in this case there could be some lost time
// changes for other categories, but it's no big problem
}