]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typos
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Dec 2020 08:53:32 +0000 (17:53 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Dec 2020 09:53:33 +0000 (10:53 +0100)
man/crypttab.xml
src/libsystemd/sd-event/test-event.c
test/units/testsuite-16.sh

index 93c0ec01e4da58cbe163c988a3394b1978f56978..0c0f091025de4310852ecfe44be969b0297d7162 100644 (file)
@@ -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.</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>
 
index 41745338bfd4b61da484889d318142c823161855..851418c96042ac2ef041383538267ecc2933ca5f 100644 (file)
@@ -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));
 
index 68e556124518c5e1bb390c0ac7a001dab72cfcd1..8388ef7a5d2e3682032235dda5d4e9fc280cdec7 100755 (executable)
@@ -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