]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Dec 2020 15:53:01 +0000 (00:53 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Dec 2020 16:21:48 +0000 (17:21 +0100)
man/sd_bus_default.xml
man/user-system-options.xml
src/core/namespace.c
src/journal/journal-file.c

index 768a386160ab1ef32721e7e49b3df899a4fb0118..f4b1d6a791e70ec22c38f2eee7038922d9ce89f2 100644 (file)
     specified as the special string <literal>.host</literal> the connection is made to the local system. This
     is useful to connect to the local system bus as specific user, e.g. <literal>foobar@.host</literal> to
     connect to the local system bus as local user <literal>foobar</literal>. If the <literal>@</literal>
-    syntax is used either the left-hand side or the right-hand side may be ommited (but not both) in which
+    syntax is used either the left-hand side or the right-hand side may be omitted (but not both) in which
     case the local user name or <literal>.host</literal> is implied. If the <literal>@</literal> syntax is
     not used the connection is always made as root user. See
     <citerefentry><refentrytitle>sd_bus_set_address</refentrytitle><manvolnum>3</manvolnum></citerefentry>
index e2c19b2982478c16c02c0215e4931ed6030f21c2..f3bafaea389df7785a20f2a292b1de2d7c27e05d 100644 (file)
@@ -51,7 +51,7 @@
       system is made (which is useful to connect to a specific user's user bus: <literal>--user
       --machine=lennart@.host</literal>). If the <literal>@</literal> syntax is not used, the connection is
       made as root user. If the <literal>@</literal> syntax is used either the left hand side or the right hand
-      side may be ommitted (but not both) in which case the local user name and <literal>.host</literal> are
+      side may be omitted (but not both) in which case the local user name and <literal>.host</literal> are
       implied.</para>
     </listitem>
   </varlistentry>
index 9154fde77e427c7a3cfa5b5dabfab91b400227e4..767439b7f609b1f57838e2ed2a2baa174b5e0e93 100644 (file)
@@ -901,7 +901,7 @@ static int mount_procfs(const MountEntry *m, const NamespaceInfo *ns_info) {
                  * mount. Hence let's gracefully fallback to a classic, unrestricted version. */
                 r = mount_nofollow_verbose(LOG_DEBUG, "proc", entry_path, "proc", MS_NOSUID|MS_NOEXEC|MS_NODEV, NULL);
         if (r == -EPERM) {
-                /* When we do not have enough priviledge to mount /proc, fallback to use existing /proc. */
+                /* When we do not have enough privileges to mount /proc, fallback to use existing /proc. */
 
                 if (n > 0)
                         /* /proc or some of sub-mounts are umounted in the above. Refuse incomplete tree.
index 20c4edb6caa635089d53a3537c4e48eb155697b2..1d92e15f264ad9fb0a62188ad0d6113fbb8e8361 100644 (file)
@@ -3711,7 +3711,7 @@ int journal_file_dispose(int dir_fd, const char *fname) {
 
         assert(fname);
 
-        /* Renames a journal file to *.journal~, i.e. to mark it as corruped or otherwise uncleanly shutdown. Note that
+        /* Renames a journal file to *.journal~, i.e. to mark it as corrupted or otherwise uncleanly shutdown. Note that
          * this is done without looking into the file or changing any of its contents. The idea is that this is called
          * whenever something is suspicious and we want to move the file away and make clear that it is not accessed
          * for writing anymore. */