]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: spellcheck fixes
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 26 Jun 2020 19:30:04 +0000 (21:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Jun 2020 20:33:56 +0000 (22:33 +0200)
Most of them were reported by Fossies.org

NEWS
TODO
docs/DESKTOP_ENVIRONMENTS.md
man/html.in
man/man.in
man/resolved.conf.xml
man/systemd-udevd.service.xml
src/home/homectl.c
src/udev/udevd.c

diff --git a/NEWS b/NEWS
index 5ea0dbe951637938414f6da4d58ba7830e835822..4b327e069bd005c174746bdb8f78950380539210 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,7 +71,7 @@ CHANGES WITH 246 in spe:
 
         * Most options in systemd that accept hexadecimal values prefixed with
           0x in additional to the usual decimal notation now also support octal
-          notation when he 0o prefix is used and binary notation if the 0b
+          notation when the 0o prefix is used and binary notation if the 0b
           prefix is used.
 
         * Unit files, tmpfiles.d/ snippets, sysusers.d/ snippets and other
@@ -150,8 +150,7 @@ CHANGES WITH 246 in spe:
 
         * systemd-networkd's [Network] section gained a new setting
           IPv6PDSubnetId= that allows explicit configuration of the preferred
-          subnet that networkd's Prefix Delegation logic assigns to an
-          interfaces.
+          subnet that networkd's Prefix Delegation logic assigns to interfaces.
 
         * systemd-networkd gained support for configuring the HTB queuing
           discipline in the [HierarchyTokenBucket] and
@@ -393,8 +392,8 @@ CHANGES WITH 246 in spe:
           may be used to let the systemd user instance manage services that are
           started automatically as part of the desktop session.
 
-        * "booctl" gained a new verb "reboot-to-firmware" that may be used
-          to query and change the firmware's reboot into firmware setup flag.
+        * "bootctl" gained a new verb "reboot-to-firmware" that may be used
+          to query and change the firmware's 'reboot into firmware' setup flag.
 
         * systemd-firstboot gained a new switch --kernel-command-line= that may
           be used to initialize the /etc/kernel/cmdline file of the image. It
diff --git a/TODO b/TODO
index 6fae7652344fcd63d8921388cb63a01a650a49ca..c356f60a873c269f4d5230c8912f1b235e9fe2ac 100644 (file)
--- a/TODO
+++ b/TODO
@@ -44,7 +44,7 @@ Features:
   anything like that.
 
 * journald: do journal file writing out-of-process, with one writer process per
-  client UID, so tht synthetic hash table collisions can slow down a specific
+  client UID, so that synthetic hash table collisions can slow down a specific
   user's journal stream down but not the others.
 
 * add "throttling" to sd-event event sources: optionally, when we wake up too
index b0ac5b824d6ccae00d27742fefea6f50165522b5..7c8331f9a9b419fce10fd6f113b942a76b4c280c 100644 (file)
@@ -64,7 +64,7 @@ desktop environments should adhere to the following conventions:
    is encouraged.
  * The RANDOM should be a string of random characters to ensure that multiple instances
  of the application can be launched.
- It can be ommitted in the case of a non-transient application services which can ensure
+ It can be omitted in the case of a non-transient application services which can ensure
  multiple instances are not spawned, such as a DBus activated application.
  * If no application ID is available, the launcher should generate a reasonable
    name when possible (e.g. using `basename(argv[0])`). This name must not
index c09d300d6fc81c64bf5cada4f870133c5dc935e2..b7e79841d080f47ef61d32e367987f80cc0888a1 100755 (executable)
@@ -6,7 +6,7 @@ if [ -z "$1" ]; then
     exit 1
 fi
 
-# make sure the rules have been regenrated (in case man/update-man-rules was just run)
+# make sure the rules have been regenerated (in case man/update-man-rules was just run)
 ninja -C "@BUILD_ROOT@" version.h
 
 target="man/$1.html"
index 812c6767fcb06ff57146192de06f5734ebddad64..fa6164b8ded36e17066039ed07852ecf0718346c 100755 (executable)
@@ -6,7 +6,7 @@ if [ -z "$1" ]; then
     exit 1
 fi
 
-# make sure the rules have been regenrated (in case man/update-man-rules was just run)
+# make sure the rules have been regenerated (in case man/update-man-rules was just run)
 ninja -C "@BUILD_ROOT@" version.h
 
 page="$(echo "$1" | sed 's/\./\\./')"
index 0e9b90c1cd9c375b23a1c119b9398564d230128c..a39da086bf3d113e2df0a98a65809dad81fb860e 100644 (file)
@@ -80,7 +80,7 @@
 
         <para>The domains prefixed with <literal>~</literal> are called "routing domains". All domains listed
         here (both search domains and routing domains after removing the <literal>~</literal> prefix) define
-        a search path that preferably directs DNS queries to this inteface. This search path has an effect
+        a search path that preferably directs DNS queries to this interface. This search path has an effect
         only when suitable per-link DNS servers are known. Such servers may be defined through the
         <varname>DNS=</varname> setting (see above) and dynamically at run time, for example from DHCP
         leases. If no per-link DNS servers are known, routing domains have no effect.</para>
index c6c1d9bcc626ac5197e2692b5665b1ed22b46126..da7389c7318e388c16ad7d792a8be6ca7705ecfd 100644 (file)
         <term><option>--timeout-signal=</option></term>
         <listitem>
           <para>Set the signal which <filename>systemd-udevd</filename> will send to
-          forked off processes after reaching event timeout. The setting can be overriden
+          forked off processes after reaching event timeout. The setting can be overridden
           at boot time with the kernel command line option
           <varname>udev.timeout_signal=</varname>. Setting to <constant>SIGABRT</constant>
           may be helpful in order to debug worker timeouts. Defaults to
index 7a473b791b1df86766917a5949c90174bb49b399..118bf6322403ec74602a929f6292a0ffc24a2d17 100644 (file)
@@ -1380,7 +1380,7 @@ static int create_home(int argc, char *argv[], void *userdata) {
         if (r < 0)
                 return r;
 
-        /* Remember the original hashed paswords before we add our own, so that we can return to them later,
+        /* Remember the original hashed passwords before we add our own, so that we can return to them later,
          * should the entered password turn out not to be acceptable. */
         original_hashed_passwords = strv_copy(hr->hashed_password);
         if (!original_hashed_passwords)
index 5f1c0934de7e68ef17a769d46c055d9805c32da0..f3236dedfab75c3b865d121fc923130967e11150 100644 (file)
@@ -413,7 +413,7 @@ static int worker_mark_block_device_read_only(sd_device *dev) {
 
         /* Exclude synthetic devices for now, this is supposed to be a safety feature to avoid modification
          * of physical devices, and what sits on top of those doesn't really matter if we don't allow the
-         * underlying block devices to recieve changes. */
+         * underlying block devices to receive changes. */
         if (STARTSWITH_SET(val, "dm-", "md", "drbd", "loop", "nbd", "zram"))
                 return 0;