Skip to content

Commit ff9b60f

Browse files
torstehuzonque
authored andcommitted
treewide: Correct typos and spell plural of bus consistent
1 parent 4dda4e6 commit ff9b60f

32 files changed

+40
-40
lines changed

man/hwdb.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
associated key-value pairs. Every record in the hwdb starts with one or
5959
more match string, specifying a shell glob to compare the database
6060
lookup string against. Multiple match lines are specified in additional
61-
consecutive lines. Every match line is compared indivdually, they are
61+
consecutive lines. Every match line is compared individually, they are
6262
combined by OR. Every match line must start at the first character of
6363
the line.</para>
6464

man/nss-myhostname.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
requires a writable <filename>/etc</filename> file system and is
9191
fragile because the file might be edited by the administrator at
9292
the same time. With <command>nss-myhostname</command> enabled
93-
changing <filename>/etc/hosts</filename> is unncessary, and on
93+
changing <filename>/etc/hosts</filename> is unnecessary, and on
9494
many systems the file becomes entirely optional.</para>
9595

9696
<para>To activate the NSS modules, <literal>myhostname</literal>

man/sd_bus_creds_get_pid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453

454454
<para>All functions that take a <parameter>char***</parameter>
455455
parameter will store the answer there as an address of a an array
456-
of strings. Each invidividual string is NUL-terminated, and the
456+
of strings. Each individual string is NUL-terminated, and the
457457
array is NULL-terminated as a whole. It will be valid as long as
458458
<parameter>c</parameter> remains valid, and should not be freed or
459459
modified by the caller.</para>

man/sd_bus_default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
recommended to use <function>sd_bus_default()</function>,
144144
<function>sd_bus_default_user()</function>,
145145
<function>sd_bus_default_system()</function> to connect to the
146-
user or system busses.</para>
146+
user or system buses.</para>
147147

148148
<para>If the <varname>$DBUS_SESSION_BUS_ADDRESS</varname> environment
149149
variable is set

man/sd_bus_message_append.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
Arguments corresponding to this nested sequence follow the same
8888
rules as if they were not nested.</para>
8989

90-
<para>A variant is denoted by <literal>v</literal>. Correspoding
90+
<para>A variant is denoted by <literal>v</literal>. Corresponding
9191
arguments must include a format string denoting a complete type,
9292
and following that, arguments corresponding to the specified type.
9393
</para>

man/sd_bus_message_get_monotonic_usec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
a global, monotonically increasing sequence number to all messages
9595
transmitted on the local system, at the time the message was sent.
9696
This sequence number is useful for determining message send order,
97-
even across different busses of the local system. The sequence
97+
even across different buses of the local system. The sequence
9898
number combined with the boot ID of the system (as returned by
9999
<citerefentry><refentrytitle>sd_id128_get_boot</refentrytitle><manvolnum>3</manvolnum></citerefentry>)
100100
is a suitable globally unique identifier for bus messages.</para>

man/sd_event_wait.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
events or a timeout. If any events are ready to be processed, it
9696
returns a positive value, and the events should be processed with
9797
<function>sd_event_dispatch</function>. Otherwise, the loop is
98-
back in the inital state and <function>sd_event_prepare</function>
98+
back in the initial state and <function>sd_event_prepare</function>
9999
should be called again.</para>
100100

101101
<programlisting>

man/systemctl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<command>list-dependencies</command>, i.e. follow
155155
dependencies of type <varname>WantedBy=</varname>,
156156
<varname>RequiredBy=</varname>,
157-
<varname>RequiredByOverrridable=</varname>,
157+
<varname>RequiredByOverridable=</varname>,
158158
<varname>PartOf=</varname>, <varname>BoundBy=</varname>,
159159
instead of <varname>Wants=</varname> and similar.
160160
</para>

man/systemd-activate.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
of the daemon per connection (inetd-style).
6767
</para>
6868

69-
<para>The daemon to launch and its options should be specifed
69+
<para>The daemon to launch and its options should be specified
7070
after options intended for <command>systemd-activate</command>.
7171
</para>
7272

@@ -76,7 +76,7 @@
7676
inherited, and sockets will be passed through file descriptors 3
7777
and higher. Sockets passed through <varname>$LISTEN_FDS</varname>
7878
to <command>systemd-activate</command> will be passed through to
79-
the dameon, in the original positions. Other sockets specified
79+
the daemon, in the original positions. Other sockets specified
8080
with <option>--listen</option> will use consecutive descriptors.
8181
</para>
8282
</refsect1>

man/systemd-coredump.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<filename>/usr/lib/sysctl.d/50-coredump.conf</filename> which
6565
configures <varname>kernel.core_pattern</varname> to invoke
6666
<command>systemd-coredump</command>. This file may be masked or
67-
overriden to use a different setting following normal
67+
overridden to use a different setting following normal
6868
<citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> rules.</para>
6969

7070
<para>The behaviour of a specific program upon reception of a

0 commit comments

Comments
 (0)