Fix a typo.

This commit is contained in:
akwizgran
2022-06-17 16:36:07 +01:00
parent 7266c6ee6b
commit 91d5698fe9

View File

@@ -48,7 +48,7 @@ class MailboxUploadWorker implements MailboxWorker, ConnectivityObserver,
EventListener {
/**
* When the worker is started is checks for data to send. If data is ready
* When the worker is started it checks for data to send. If data is ready
* to send, the worker waits for a connectivity check, then writes and
* uploads a file and checks again for data to send.
* <p>