From: Yu Watanabe Date: Wed, 2 Dec 2020 08:53:32 +0000 (+0900) Subject: tree-wide: fix typos X-Git-Tag: v248-rc1~611 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da115b935af1a522de6a315b6d3838e2f3bceaeb;p=thirdparty%2Fsystemd.git tree-wide: fix typos --- diff --git a/man/crypttab.xml b/man/crypttab.xml index 93c0ec01e4d..0c0f091025d 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -80,7 +80,7 @@ allows the implementation of a service to provide key information dynamically, at the moment when it is needed. For details see below. - The fourth field, if present, is a comma-delimited list of options. The suppported + The fourth field, if present, is a comma-delimited list of options. The supported options are listed below. diff --git a/src/libsystemd/sd-event/test-event.c b/src/libsystemd/sd-event/test-event.c index 41745338bfd..851418c9604 100644 --- a/src/libsystemd/sd-event/test-event.c +++ b/src/libsystemd/sd-event/test-event.c @@ -667,7 +667,7 @@ static void test_ratelimit(void) { 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)); diff --git a/test/units/testsuite-16.sh b/test/units/testsuite-16.sh index 68e55612451..8388ef7a5d2 100755 --- a/test/units/testsuite-16.sh +++ b/test/units/testsuite-16.sh @@ -37,7 +37,7 @@ wait_for success_runtime 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