]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: Correct typos and spell plural of bus consistent
authorTorstein Husebø <torstein@huseboe.net>
Mon, 11 May 2015 11:49:29 +0000 (13:49 +0200)
committerDaniel Mack <daniel@zonque.org>
Mon, 11 May 2015 13:51:30 +0000 (15:51 +0200)
32 files changed:
man/hwdb.xml
man/nss-myhostname.xml
man/sd_bus_creds_get_pid.xml
man/sd_bus_default.xml
man/sd_bus_message_append.xml
man/sd_bus_message_get_monotonic_usec.xml
man/sd_event_wait.xml
man/systemctl.xml
man/systemd-activate.xml
man/systemd-coredump.xml
man/systemd-delta.xml
man/systemd-fstab-generator.xml
man/systemd-journal-remote.xml
man/systemd-nspawn.xml
man/systemd.generator.xml
man/systemd.journal-fields.xml
man/systemd.mount.xml
man/systemd.netdev.xml
man/systemd.service.xml
src/analyze/analyze-verify.c
src/core/dbus.c
src/core/main.c
src/core/manager.c
src/gudev/gudevdevice.c
src/libsystemd/libsystemd.sym.m4
src/libsystemd/sd-bus/bus-kernel.c
src/libsystemd/sd-rtnl/rtnl-message.c
src/locale/localectl.c
src/shared/barrier.c
src/systemctl/systemctl.c
src/test/test-sleep.c
src/udev/udev-builtin-keyboard.c

index b4460c1aee9593ec36e13c7272def4e4ad9bab2f..509dab81c5279047014f41b43cfcb57681363550 100644 (file)
@@ -58,7 +58,7 @@
       associated key-value pairs. Every record in the hwdb starts with one or
       more match string, specifying a shell glob to compare the database
       lookup string against. Multiple match lines are specified in additional
-      consecutive lines. Every match line is compared indivdually, they are
+      consecutive lines. Every match line is compared individually, they are
       combined by OR. Every match line must start at the first character of
       the line.</para>
 
index cf2b0200f2e16ede7604afbc0d13765fbf043f4a..2d36df6f6f688d33862a6ab951235d25f396aad8 100644 (file)
@@ -90,7 +90,7 @@
     requires a writable <filename>/etc</filename> file system and is
     fragile because the file might be edited by the administrator at
     the same time. With <command>nss-myhostname</command> enabled
-    changing <filename>/etc/hosts</filename> is unncessary, and on
+    changing <filename>/etc/hosts</filename> is unnecessary, and on
     many systems the file becomes entirely optional.</para>
 
     <para>To activate the NSS modules, <literal>myhostname</literal>
index 7d68d1ee8d92118ca111d4edf0e56106b800796f..4debee61242f3650be4ea5c52bfc65d545454218 100644 (file)
 
     <para>All functions that take a <parameter>char***</parameter>
     parameter will store the answer there as an address of a an array
-    of strings. Each invidividual string is NUL-terminated, and the
+    of strings. Each individual string is NUL-terminated, and the
     array is NULL-terminated as a whole. It will be valid as long as
     <parameter>c</parameter> remains valid, and should not be freed or
     modified by the caller.</para>
index 98ec04ecde55aa3aaa0dafbacb0aed312094a822..9db264ce59acd3bb151e7affad356dffa63a4272 100644 (file)
     recommended to use <function>sd_bus_default()</function>,
     <function>sd_bus_default_user()</function>,
     <function>sd_bus_default_system()</function> to connect to the
-    user or system busses.</para>
+    user or system buses.</para>
 
     <para>If the <varname>$DBUS_SESSION_BUS_ADDRESS</varname> environment
     variable is set
index 11fa07c6368d00a4228364d0c13bebcac4106e79..c3bffbdfd92ee5357bd3e08e20c399fe6fae5d64 100644 (file)
@@ -87,7 +87,7 @@
     Arguments corresponding to this nested sequence follow the same
     rules as if they were not nested.</para>
 
-    <para>A variant is denoted by <literal>v</literal>. Correspoding
+    <para>A variant is denoted by <literal>v</literal>. Corresponding
     arguments must include a format string denoting a complete type,
     and following that, arguments corresponding to the specified type.
     </para>
index 42842116a0143219ce65ad6bb41ead0ba1d0155f..d74aaad7dd7e476645239ff639579bb86158fefd 100644 (file)
@@ -94,7 +94,7 @@
     a global, monotonically increasing sequence number to all messages
     transmitted on the local system, at the time the message was sent.
     This sequence number is useful for determining message send order,
-    even across different busses of the local system. The sequence
+    even across different buses of the local system. The sequence
     number combined with the boot ID of the system (as returned by
     <citerefentry><refentrytitle>sd_id128_get_boot</refentrytitle><manvolnum>3</manvolnum></citerefentry>)
     is a suitable globally unique identifier for bus messages.</para>
index 4b7cf50b6dc635a1ae54073acf17c4dcb8dd058b..835cc5deb35915b19b6bd0224e7c856d27340a98 100644 (file)
@@ -95,7 +95,7 @@
     events or a timeout. If any events are ready to be processed, it
     returns a positive value, and the events should be processed with
     <function>sd_event_dispatch</function>. Otherwise, the loop is
-    back in the inital state and <function>sd_event_prepare</function>
+    back in the initial state and <function>sd_event_prepare</function>
     should be called again.</para>
 
     <programlisting>
index 4e77af5259d1ec416f1b18a94a8f16f51dd988ba..4dbdfe155610ee07f9335904be6a11cca2e1af39 100644 (file)
           <command>list-dependencies</command>, i.e. follow
           dependencies of type <varname>WantedBy=</varname>,
           <varname>RequiredBy=</varname>,
-          <varname>RequiredByOverrridable=</varname>,
+          <varname>RequiredByOverridable=</varname>,
           <varname>PartOf=</varname>, <varname>BoundBy=</varname>,
           instead of <varname>Wants=</varname> and similar.
           </para>
index cb68a79be7cc10f02a4e1790649fb74273dbc2d6..3b854fd8ecad8018b1cf82b2b116dc171a8c8360 100644 (file)
@@ -66,7 +66,7 @@
     of the daemon per connection (inetd-style).
     </para>
 
-    <para>The daemon to launch and its options should be specifed
+    <para>The daemon to launch and its options should be specified
     after options intended for <command>systemd-activate</command>.
     </para>
 
@@ -76,7 +76,7 @@
     inherited, and sockets will be passed through file descriptors 3
     and higher. Sockets passed through <varname>$LISTEN_FDS</varname>
     to <command>systemd-activate</command> will be passed through to
-    the dameon, in the original positions. Other sockets specified
+    the daemon, in the original positions. Other sockets specified
     with <option>--listen</option> will use consecutive descriptors.
     </para>
   </refsect1>
index 6a7ced19a6d17a3ea3646e2f14e2723c5789c47e..5da3857c086f52f7105a66adcdf7297e67c97966 100644 (file)
@@ -64,7 +64,7 @@
     <filename>/usr/lib/sysctl.d/50-coredump.conf</filename> which
     configures <varname>kernel.core_pattern</varname> to invoke
     <command>systemd-coredump</command>. This file may be masked or
-    overriden to use a different setting following normal
+    overridden to use a different setting following normal
     <citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> rules.</para>
 
     <para>The behaviour of a specific program upon reception of a
index fd81b2c907d42c14ad9e106b6d1315eb977aa396..6a6460ffaaa25857ce16c54d9d9ed7c41766d518 100644 (file)
@@ -69,7 +69,7 @@
     certain configuration files can have <literal>.d</literal>
     directories which contain "drop-in" files with configuration
     snippets which augment the main configuration file. "Drop-in"
-    files can be overriden in the same way by placing files with the
+    files can be overridden in the same way by placing files with the
     same name in a directory of higher priority (except that in case
     of "drop-in" files, both the "drop-in" file name and the name of
     the containing directory, which corresponds to the name of the
index bdc2dc1d0eacd1c4fcce033685f7db7c5f0a0a53..c09ed4b4da2dc143b29412836382987fe0109030 100644 (file)
         <listitem><para>Takes the <filename>/usr</filename> filesystem
         mount options to use. If <varname>mount.usr=</varname> or
         <varname>mount.usrfstype=</varname> is set, then
-        <varname>mount.usrflages=</varname> will default to the value
+        <varname>mount.usrflags=</varname> will default to the value
         set in <varname>rootflags=</varname>.</para>
 
         <para>Otherwise this value will be read from the
index d5bda635c46a513a614b00ed9819c905148c48d6..ebaca2657f48859be0c446811bbe6d4e84d81a1a 100644 (file)
         <varname>$LISTEN_FDS</varname>/<varname>$LISTEN_PID</varname>.
         In the second case, an HTTP or HTTPS server will be spawned on
         this port, respectively for <option>--listen-http</option> and
-        <option>--listen-https</option>. Currenntly, only POST requests
+        <option>--listen-https</option>. Currently, only POST requests
         to <filename>/upload</filename> with <literal>Content-Type:
         application/vnd.fdo.journal</literal> are supported.</para>
         </listitem>
index fec51df9e972ab325360a9ef667fd7552439812c..88b5758d91b8908d73f63f0f66ff3184b4c1b5b5 100644 (file)
     <replaceable>COMMAND</replaceable> specifies the program to launch
     in the container, and the remaining arguments are used as
     arguments for this program. If <option>-b</option> is not used and
-    no arguments are specifed, a shell is launched in the
+    no arguments are specified, a shell is launched in the
     container.</para>
 
     <para>The following options are understood:</para>
       <programlisting># pacstrap -c -d ~/arch-tree/ base
 # systemd-nspawn -bD ~/arch-tree/</programlisting>
 
-      <para>This installs a mimimal Arch Linux distribution into the
+      <para>This installs a minimal Arch Linux distribution into the
       directory <filename>~/arch-tree/</filename> and then boots an OS
       in a namespace container in it.</para>
     </example>
index 9b39e732e3cbf762ffa0353f63e149f027848987..2285e91812ad92ea12eeac421db1b94bca284055 100644 (file)
       <listitem>
         <para><parameter>late-dir</parameter></para>
         <para>argv[3] may be used to extend the unit file tree without
-        overridding any other unit files. Any native configuration
+        overriding any other unit files. Any native configuration
         files supplied by the vendor or user/administrator take
         precedence over the generated ones placed in this directory.
         </para>
index 7d6c5c715f56d2b207358cbcb0d6cfb458936293..a101006a7e2b2ff59fe76a7017669a11f69d450b 100644 (file)
       </varlistentry>
     </variablelist>
 
-    <para>Priviledged programs (currently UID 0) may attach
+    <para>Privileged programs (currently UID 0) may attach
     <varname>OBJECT_PID=</varname> to a message. This will instruct
     <command>systemd-journald</command> to attach additional fields on
     behalf of the caller:</para>
index e102d27ab7620f309e721384851a6b602e640ace..862f42e594391eb30ff4ed613c1fe9ef7d84071e 100644 (file)
     </para>
 
     <para>Some file systems have special semantics as API file systems
-    for kernel-to-userspace and userspace-to-userpace interfaces. Some
+    for kernel-to-userspace and userspace-to-userspace interfaces. Some
     of them may not be changed via mount units, and cannot be
     disabled. For a longer discussion see <ulink
     url="http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
index 3bfd01b86de5c671d4cb86169f28a65ebe1fa0b3..01c31c5ef52764082aefc48fc7d1f76e2a7181b9 100644 (file)
             <para>The maximum transmission unit in bytes to set for
             the device. The usual suffixes K, M, G, are supported and
             are understood to the base of 1024. This key is not
-            currently suported for <literal>tun</literal> or
+            currently supported for <literal>tun</literal> or
             <literal>tap</literal> devices.
             </para>
           </listitem>
             given, one is generated based on the interface name and
             the
             <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
-            This key is not currently suported for
+            This key is not currently supported for
             <literal>tun</literal> or <literal>tap</literal> devices.
             </para>
           </listitem>
       <varlistentry>
         <term><varname>PacketInfo=</varname></term>
         <listitem><para>Takes a boolean argument. Configures whether
-        packets should be prepened with four extra bytes (two flag
+        packets should be prepended with four extra bytes (two flag
         bytes and two protocol bytes). If disabled it indicates that
         the packets will be pure IP packets. Defaults to
         <literal>no</literal>.</para>
index f5987056333dfdb216d67ffb102d7e6ed532820e..7ff2adf4e9183a23e81b51e1ed322a0c97807b53 100644 (file)
         <option>on-failure</option>, the service will be restarted
         when the process exits with a non-zero exit code, is
         terminated by a signal (including on core dump, but excluding
-        the aforementiond four signals), when an operation (such as
+        the aforementioned four signals), when an operation (such as
         service reload) times out, and when the configured watchdog
         timeout is triggered. If set to <option>on-abnormal</option>,
         the service will be restarted when the process is terminated
     <title>Command lines</title>
 
     <para>This section describes command line parsing and
-    variable and specifier substitions for
+    variable and specifier substitutions for
     <varname>ExecStart=</varname>,
     <varname>ExecStartPre=</varname>,
     <varname>ExecStartPost=</varname>,
@@ -1131,7 +1131,7 @@ WantedBy=multi-user.target</programlisting>
       <varname>Type=</varname><option>oneshot</option> exists. Units
       of this type will wait until the process specified terminates
       and then fall back to being inactive. The following unit will
-      perform a clenaup action:</para>
+      perform a cleanup action:</para>
 
       <programlisting>[Unit]
 Description=Cleanup old Foo data
index bfc71e3f38ce5ed24699924c5985df4c49e73561..4145812bc7505d94add93ee572f36c4b7517af82 100644 (file)
@@ -226,7 +226,7 @@ int verify_units(char **filenames, SystemdRunningAs running_as, bool check_man)
 
         r = manager_new(running_as, true, &m);
         if (r < 0)
-                return log_error_errno(r, "Failed to initalize manager: %m");
+                return log_error_errno(r, "Failed to initialize manager: %m");
 
         log_debug("Starting manager...");
 
index 4005aac7e744cc2d9915b91a7fdc356b2a7b2f11..1679242be872058787fe56bfaa4b8ddd2f148994 100644 (file)
@@ -1116,7 +1116,7 @@ int bus_foreach_bus(
         sd_bus *b;
         int r, ret = 0;
 
-        /* Send to all direct busses, unconditionally */
+        /* Send to all direct buses, unconditionally */
         SET_FOREACH(b, m->private_buses, i) {
                 r = send_message(b, userdata);
                 if (r < 0)
index af28ac6b244a8a84282bad190987d86848e4693c..09436774c9b5ef82fc1dbaa28fdaef7494de8f05 100644 (file)
@@ -1384,7 +1384,7 @@ int main(int argc, char *argv[]) {
 
         r = initialize_join_controllers();
         if (r < 0) {
-                error_message = "Failed to initalize cgroup controllers";
+                error_message = "Failed to initialize cgroup controllers";
                 goto finish;
         }
 
index c918f191c9d801848331817ba793433b07b6fa14..dba945a1ea0f843b19b7b96aa47c55ba8b03576a 100644 (file)
@@ -753,7 +753,7 @@ static int manager_connect_bus(Manager *m, bool reexecuting) {
                 reexecuting ||
                 (m->running_as == SYSTEMD_USER && getenv("DBUS_SESSION_BUS_ADDRESS"));
 
-        /* Try to connect to the busses, if possible. */
+        /* Try to connect to the buses, if possible. */
         return bus_init(m, try_bus_connect);
 }
 
index 5530d2c421a582f8829d05937530e022a941e042..28b229b8d83b30877f2834ccf7a1765c780debea 100644 (file)
@@ -993,7 +993,7 @@ g_udev_device_get_tags (GUdevDevice  *device)
  * g_udev_device_get_is_initialized:
  * @device: A #GUdevDevice.
  *
- * Gets whether @device has been initalized.
+ * Gets whether @device has been initialized.
  *
  * Returns: Whether @device has been initialized.
  *
index 72213c22972bb71e484ba15390c38f180e5d8261..b443c3cfbabd6b02b065c117ac76a22836aab50b 100644 (file)
@@ -63,7 +63,7 @@ global:
         sd_journal_open_files;
         sd_journal_open_container;
 
-        /* sd-dameon */
+        /* sd-daemon */
         sd_booted;
         sd_is_fifo;
         sd_is_mq;
index 8e3b64337c1ede8c76ec5a4bdaad6698ff8dfc02..d5cc8100ce3e7dfb359188e0110b7036c2816a1c 100644 (file)
@@ -1593,7 +1593,7 @@ int bus_kernel_create_bus(const char *name, bool world, char **s) {
 
         make->size += ALIGN8(n->size);
 
-        /* The busses we create make no restrictions on what metadata
+        /* The buses we create make no restrictions on what metadata
          * peers can read from incoming messages. */
         n = KDBUS_ITEM_NEXT(n);
         n->type = KDBUS_ITEM_ATTACH_FLAGS_RECV;
index 4f994a10d3f3e108db4258a186c0a235abeda48b..bab2a4ff08d7e589bd33ece935c66c6a6266aa7a 100644 (file)
@@ -45,7 +45,7 @@ static int message_new_empty(sd_rtnl *rtnl, sd_rtnl_message **ret) {
 
         /* Note that 'rtnl' is currently unused, if we start using it internally
            we must take care to avoid problems due to mutual references between
-           busses and their queued messages. See sd-bus.
+           buses and their queued messages. See sd-bus.
          */
 
         m = new0(sd_rtnl_message, 1);
index 515fca540aa3a3f465624c1b57854728c96d9875..8c60339e3e8e372373e58d532043b57cf5c9124e 100644 (file)
@@ -77,7 +77,7 @@ typedef struct StatusInfo {
         const char *x11_options;
 } StatusInfo;
 
-static void print_overriden_variables(void) {
+static void print_overridden_variables(void) {
         int r;
         char *variables[_VARIABLE_LC_MAX] = {};
         LocaleVariable j;
@@ -176,7 +176,7 @@ static int show_status(sd_bus *bus, char **args, unsigned n) {
                 goto fail;
         }
 
-        print_overriden_variables();
+        print_overridden_variables();
         print_status_info(&info);
 
 fail:
index a0326ac697367558acdcc1eabf94881ae74df90e..436ba9598910a861b59312effa26622f7cdee1c8 100644 (file)
@@ -138,7 +138,7 @@ int barrier_create(Barrier *b) {
  * barrier_create(). The object is released and reset to invalid
  * state. Therefore, it is safe to call barrier_destroy() multiple
  * times or even if barrier_create() failed. However, barrier must be
- * always initalized with BARRIER_NULL.
+ * always initialized with BARRIER_NULL.
  *
  * If @b is NULL, this is a no-op.
  */
index 4c45bfc1b845e0ebdd69e895683ed99954aca3ba..e4b301af73a2cd8a646230d71a5fc2cb55c2fb58 100644 (file)
@@ -5722,10 +5722,10 @@ static int get_file_to_edit(const char *name, const char *user_home, const char
 
         if (arg_runtime) {
                 if (access(path, F_OK) >= 0)
-                        return log_error_errno(EEXIST, "Refusing to create \"%s\" because it would be overriden by \"%s\" anyway.",
+                        return log_error_errno(EEXIST, "Refusing to create \"%s\" because it would be overridden by \"%s\" anyway.",
                                                run, path);
                 if (path2 && access(path2, F_OK) >= 0)
-                        return log_error_errno(EEXIST, "Refusing to create \"%s\" because it would be overriden by \"%s\" anyway.",
+                        return log_error_errno(EEXIST, "Refusing to create \"%s\" because it would be overridden by \"%s\" anyway.",
                                                run, path2);
                 *ret_path = run;
                 run = NULL;
index 1d75d05a883aa9516522c4bd9520cf80d68791ec..4308ddfb64ec5da593b5b2484086a2ce77990bb3 100644 (file)
@@ -56,7 +56,7 @@ int main(int argc, char* argv[]) {
         log_open();
 
         if (getuid() != 0)
-                log_warning("This program is unlikely to work for unpriviledged users");
+                log_warning("This program is unlikely to work for unprivileged users");
 
         test_sleep();
 
index b6da734a3c4640fffc767a5b12f08475bed58200..ed990c58fb97041474e3e77b505773dba1a0b0e6 100644 (file)
@@ -137,7 +137,7 @@ static void override_abs(int fd, const char *devnode,
                 return;
         }
 
-        log_debug("keyboard: %x overriden with %"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32" for \"%s\"",
+        log_debug("keyboard: %x overridden with %"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32"/%"PRIi32" for \"%s\"",
                   evcode,
                   absinfo.minimum, absinfo.maximum, absinfo.resolution, absinfo.fuzz, absinfo.flat,
                   devnode);