]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Dec 2020 00:40:45 +0000 (09:40 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 14 Dec 2020 12:05:55 +0000 (12:05 +0000)
NEWS
TODO
man/org.freedesktop.resolve1.xml
src/home/pam_systemd_home.c
src/shared/calendarspec.c
src/shared/dissect-image.c
src/udev/udev-builtin-net_id.c
src/udev/udevadm-trigger.c
test/sd-script.py

diff --git a/NEWS b/NEWS
index 49e19cec22daadbe0365bacf788a08470ac8dc2e..bdac561bc0b58e34be54a1de2409ff9a5d4d920a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3809,7 +3809,7 @@ CHANGES WITH 237:
           by default even when owned by root and read-only. This behaviour was
           inherited from older tools, but there have been requests to remove
           it, and it's not obvious why this restriction was made in the first
-          place. Please speak up now, if you are aware of software that reqires
+          place. Please speak up now, if you are aware of software that requires
           this behaviour, otherwise we'll remove the restriction in v238.
 
         * A new environment variable $SYSTEMD_OFFLINE is now understood by
@@ -6907,7 +6907,7 @@ CHANGES WITH 220:
         * New /etc/fstab options x-systemd.requires= and
           x-systemd.requires-mounts-for= are now supported to express
           additional dependencies for mounts. This is useful for
-          journalling file systems that support external journal
+          journaling file systems that support external journal
           devices or overlay file systems that require underlying file
           systems to be mounted.
 
@@ -7521,7 +7521,7 @@ CHANGES WITH 218:
         * nspawn's --link-journal= switch gained two new values
           "try-guest" and "try-host" that work like "guest" and
           "host", but do not fail if the host has no persistent
-          journalling enabled. -j is now equivalent to
+          journaling enabled. -j is now equivalent to
           --link-journal=try-guest.
 
         * macvlan network devices created by nspawn will now have
diff --git a/TODO b/TODO
index c4f000e20faa68dbca42b3067a8cce26507ab419..6844c4bdacfdb6d919715ad4279b0b6b44d27436 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1008,7 +1008,7 @@ Features:
   - logind: when the power button is pressed short, just popup a
     logout dialog. If it is pressed for 1s, do the usual
     shutdown. Inspiration are Macs here.
-  - expose "Locked" property on logind sesison objects
+  - expose "Locked" property on logind session objects
   - maybe allow configuration of the StopTimeout for session scopes
   - rename session scope so that it includes the UID. THat way
     the session scope can be arranged freely in slices and we don't have
index 41562360a012524cc95d9c24a0894d5d0d8ef117..860a14877d19bf89ba2e83de4f7f633164d187a9 100644 (file)
@@ -329,7 +329,7 @@ node /org/freedesktop/resolve1 {
 
         <listitem><para>Alternatively, leave both the service name and type empty and specify the full
         domain name of the SRV record (i.e. prefixed with the service type) in the domain parameter. (No IDNA
-        coversion is applied in this mode.)</para></listitem>
+        conversion is applied in this mode.)</para></listitem>
       </orderedlist>
 
       <para>The <varname>family</varname> parameter of the <function>ResolveService()</function> method encodes
index a91df91447ee789fe2c9a2ca7d44a52e273ae2ed..64dc5325778e5e4c8e6d9fc3ba85abf3461123e4 100644 (file)
@@ -898,7 +898,7 @@ _public_ PAM_EXTERN int pam_sm_acct_mgmt(
                 return PAM_NEW_AUTHTOK_REQD;
 
         case -EOWNERDEAD:
-                (void) pam_prompt(handle, PAM_ERROR_MSG, NULL, "Password expired, change requird.");
+                (void) pam_prompt(handle, PAM_ERROR_MSG, NULL, "Password expired, change required.");
                 return PAM_NEW_AUTHTOK_REQD;
 
         case -EKEYREJECTED:
index 7162592fbf7d00b7efd126b432097f8239872d69..c23a91eeed0514dd8b54e39831828776b583f72e 100644 (file)
@@ -27,7 +27,7 @@
 /* An arbitrary limit on the length of the chains of components. We don't want to
  * build a very long linked list, which would be slow to iterate over and might cause
  * our stack to overflow. It's unlikely that legitimate uses require more than a few
- * linked compenents anyway. */
+ * linked components anyway. */
 #define CALENDARSPEC_COMPONENTS_MAX 240
 
 /* Let's make sure that the microsecond component is safe to be stored in an 'int' */
index ea94881efa8baf93e0465cf4b54bd57c84237b49..113538bb97a1add6543d53a0add2dff956a3e4a1 100644 (file)
@@ -1672,7 +1672,7 @@ static int verity_can_reuse(
 #if HAVE_CRYPT_ACTIVATE_BY_SIGNED_KEY
         /* Ensure that, if signatures are supported, we only reuse the device if the previous mount used the
          * same settings, so that a previous unsigned mount will not be reused if the user asks to use
-         * signing for the new one, and viceversa. */
+         * signing for the new one, and vice versa. */
         if (!!verity->root_hash_sig != !!(crypt_params.flags & CRYPT_VERITY_ROOT_HASH_SIGNATURE))
                 return log_debug_errno(SYNTHETIC_ERRNO(EINVAL), "Error opening verity device, it already exists but signature settings are not the same.");
 #endif
index d06a8c71560dd3436d0612a0624a8e3299f2ebc8..872833ebbc17a256feac8a1c5139e8bbd5862581 100644 (file)
@@ -474,8 +474,7 @@ static int names_platform(sd_device *dev, struct netnames *names, bool test) {
 
         /* Platform devices are named after ACPI table match, and instance id
          * eg. "/sys/devices/platform/HISI00C2:00");
-         * The Vendor (3 or 4 char), followed by hexdecimal model number : instance id.
-         */
+         * The Vendor (3 or 4 char), followed by hexadecimal model number : instance id. */
 
         DISABLE_WARNING_FORMAT_NONLITERAL;
         if (sscanf(syspath, pattern, vendor, &model, &instance, &ethid) != 4)
index 5c74184c33620785dfe8883eaf75acf681098725..f7ca88195d1b822b927e5a1fb08fe98486e2e838 100644 (file)
@@ -51,7 +51,7 @@ static int exec_list(sd_device_enumerator *e, const char *action, Set **settle_s
                                        "Failed to write '%s' to '%s'%s: %m",
                                        action, filename, ignore ? ", ignoring" : "");
                         if (IN_SET(r, -EACCES, -EROFS))
-                                /* Inovoked by unpriviledged user, or read only filesystem. Return earlier. */
+                                /* Inovoked by unprivileged user, or read only filesystem. Return earlier. */
                                 return r;
                         if (ret == 0 && !ignore)
                                 ret = r;
index c695c2e2cd973b6187d29bbabb984843f6574e79..7662b12ab802a2dc4482ef9da97a0f322b97e156 100644 (file)
@@ -7,7 +7,7 @@
 #
 # Run after sys-script.py
 # Usage: sd-script.py <directory> <num>
-# <num> is the number of device nodes (disks + partititions)
+# <num> is the number of device nodes (disks + partitions)
 # to create in addition to what sys-script.py already did.
 # The script can be run several times in a row if <num> is increased,
 # adding yet more device entries.