]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: more repeated words
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2020 10:08:22 +0000 (12:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2020 10:08:22 +0000 (12:08 +0200)
docs/USER_RECORD.md
man/org.freedesktop.home1.xml
man/sd_bus_get_fd.xml
man/systemd.exec.xml
src/core/unit.c
src/shared/dropin.c
src/shared/linux/nl80211.h
src/test/test-process-util.c

index 877d213e468908943d6adaab6a62152079c27cfa..f6d22c217b0026dfd6f3a4cf83b05800b9f3322e 100644 (file)
@@ -180,7 +180,7 @@ strictly local context and without signatures doesn't have to deal with the
 `perMachine` or `binding` sections and can include its data exclusively in the
 regular section. A service that uses a separate, private channel for
 authenticating users (or that doesn't have a concept of authentication at all)
-does not need to to be concerned with the `secret` section of user records, as
+does not need to be concerned with the `secret` section of user records, as
 the fields included therein are only useful when executing authentication
 operations natively against JSON user records.
 
index f65ef33f216d112cb6dea1cf01c2aed009ce83fb..dbfdd338d6aa8e96f3c7d3944de75660fc0613a9 100644 (file)
@@ -24,7 +24,7 @@
     <title>Introduction</title>
 
     <para><citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-    is a system service which may be used to to create, remove, change or inspect home areas. This page
+    is a system service which may be used to create, remove, change or inspect home areas. This page
     describes the D-Bus interface.
     </para>
   </refsect1>
index 69261af93efa5c11e804c1c2340504a95884880f..466606118bd465e53875d7fac7df8c47cee1f761 100644 (file)
@@ -79,7 +79,7 @@
     <constant>POLLIN</constant>, <constant>POLLOUT</constant>, … events, or negative on error.
     </para>
 
-    <para><function>sd_bus_get_timeout()</function> returns the timeout in µs to pass to to
+    <para><function>sd_bus_get_timeout()</function> returns the timeout in µs to pass to
     <function>poll()</function> or a similar call when waiting for events on the specified bus
     connection. The returned timeout may be zero, in which case a subsequent I/O polling call
     should be invoked in non-blocking mode. The returned timeout may be
index b94bc2e4f45fe5106fe8d4c7fd368d80ac1f5579..6d6eca09a133dba29192f93bb71b6e2e8b27087e 100644 (file)
@@ -1699,7 +1699,7 @@ RestrictNamespaces=~cgroup net</programlisting>
         <option>shared</option> mount propagation is used, but — as mentioned — as <option>slave</option> is applied
         first, propagation from the unit's processes to the host is still turned off.</para>
 
-        <para>It is not recommended to to use <option>private</option> mount propagation for units, as this means
+        <para>It is not recommended to use <option>private</option> mount propagation for units, as this means
         temporary mounts (such as removable media) of the host will stay mounted and thus indefinitely busy in forked
         off processes, as unmount propagation events won't be received by the file system namespace of the unit.</para>
 
index 18bf0cd52ab0df9bc6974fbb30b61f90d7cec69d..edc96537cb29a87bab7f3af1be4c6f6c099a9516 100644 (file)
@@ -258,7 +258,7 @@ int unit_add_name(Unit *u, const char *text) {
         t = unit_name_to_type(name);
         if (t < 0)
                 return log_unit_debug_errno(u, SYNTHETIC_ERRNO(EINVAL),
-                                            "failed to to derive unit type from name '%s': %m", name);
+                                            "failed to derive unit type from name '%s': %m", name);
 
         if (u->type != _UNIT_TYPE_INVALID && t != u->type)
                 return log_unit_debug_errno(u, SYNTHETIC_ERRNO(EINVAL),
index 2693b63233ed3abe9bd8db51661ae9a85726ae1f..932da0c8531eb5fb0e949b361ad6f4977da4ebb5 100644 (file)
@@ -204,7 +204,7 @@ static int unit_file_find_dirs(
         type = unit_name_to_type(name);
         if (type < 0)
                 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
-                                       "Failed to to derive unit type from unit name: %s",
+                                       "Failed to derive unit type from unit name: %s",
                                        name);
 
         if (is_instance) {
@@ -254,7 +254,7 @@ int unit_file_find_dropin_paths(
                 type = unit_name_to_type(n);
                 if (type < 0)
                         return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
-                                               "Failed to to derive unit type from unit name: %s", n);
+                                               "Failed to derive unit type from unit name: %s", n);
 
                 /* Special top level drop in for "<unit type>.<suffix>". Add this last as it's the most generic
                  * and should be able to be overridden by more specific drop-ins. */
index beee59c831a735042a94521b40eb41840363e35b..b065c1fe4df5d5d71da9c204e97c0c5bc142c57b 100644 (file)
@@ -1435,7 +1435,7 @@ enum nl80211_commands {
  *     rates as defined by IEEE 802.11 7.3.2.2 but without the length
  *     restriction (at most %NL80211_MAX_SUPP_RATES).
  * @NL80211_ATTR_STA_VLAN: interface index of VLAN interface to move station
- *     to, or the AP interface the station was originally added to to.
+ *     to, or the AP interface the station was originally added to.
  * @NL80211_ATTR_STA_INFO: information about a station, part of station info
  *     given for %NL80211_CMD_GET_STATION, nested attribute containing
  *     info as possible, see &enum nl80211_sta_info.
index d78e0544a7a6236c0f9fcf233e8a4805f4625b4b..b00dd4a980df747ccdeecb13044cd760cf06b817 100644 (file)
@@ -636,7 +636,7 @@ static void test_setpriority_closest(void) {
                 q = getpriority(PRIO_PROCESS, 0);
                 assert_se(errno == 0 && p == q);
 
-                /* It should also be possible to to set the nice level to one higher */
+                /* It should also be possible to set the nice level to one higher */
                 if (p < PRIO_MAX-1) {
                         assert_se(setpriority_closest(++p) > 0);
 
@@ -645,7 +645,7 @@ static void test_setpriority_closest(void) {
                         assert_se(errno == 0 && p == q);
                 }
 
-                /* It should also be possible to to set the nice level to two higher */
+                /* It should also be possible to set the nice level to two higher */
                 if (p < PRIO_MAX-1) {
                         assert_se(setpriority_closest(++p) > 0);