diff --git a/man/crypttab.xml b/man/crypttab.xml index 93c0ec01e4..0c0f091025 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 41745338bf..851418c960 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 68e5561245..8388ef7a5d 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