Skip to content

Commit f66f54e

Browse files
committed
scheduledservice store
1 parent f87eb15 commit f66f54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/routerconsole/java/src/net/i2p/router/web/ScheduledService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* In this way it differs from `cron` or other solutions.
2626
*
2727
* It uses a config file with an intentionally cron-like syntax. Unlike
28-
* with cron he config file must contain exactly one task. This config
28+
* with cron the config file must contain exactly one task. This config
2929
* file is passed in the `args` field of the `ScheduledService`
3030
* clients.config, and may have any name and run any task present on the
3131
* system or shipped with the hypothetical ScheduledService plugin.

0 commit comments

Comments
 (0)