allows the implementation of a service to provide key information dynamically, at the moment when it is
needed. For details see below.</para></listitem>
- <listitem><para>The fourth field, if present, is a comma-delimited list of options. The suppported
+ <listitem><para>The fourth field, if present, is a comma-delimited list of options. The supported
options are listed below.</para></listitem>
</orderedlist>
log_info("ratelimit_time_handler: called %d times, event source got ratelimited", count);
assert_se(count == 10);
- /* In order to get rid of active rate limit client needs to disable it explicitely */
+ /* In order to get rid of active rate limit client needs to disable it explicitly */
assert_se(sd_event_source_set_ratelimit(s, 0, 0) >= 0);
assert_se(!sd_event_source_is_ratelimited(s));
wait_for success_stop
# These ensure that EXTEND_TIMEOUT_USEC will still timeout in the
-# approprate stage, after the stage limit, when the EXTEND_TIMEOUT_USEC
+# appropriate stage, after the stage limit, when the EXTEND_TIMEOUT_USEC
# message isn't sent within the extend timeout interval.
wait_for fail_start startfail