Fix typo in comment about mensa menu update

This commit is contained in:
Hannes Braun 2023-08-24 23:26:57 +02:00
parent a5d13629e5
commit 954e8ec359
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class CacheController {
asyncUpdateTimetables() asyncUpdateTimetables()
} }
// update courses every hour (time in ms) // update mensa menu every hour (time in ms)
Timer().scheduleAtFixedRate(initDelay1h, duration1h) { Timer().scheduleAtFixedRate(initDelay1h, duration1h) {
asyncUpdateMensa() asyncUpdateMensa()
} }