chiark / gitweb /
tree-wide: spelling fixes
authorVeres Lajos <vlajos@gmail.com>
Mon, 29 Dec 2014 09:45:58 +0000 (09:45 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 31 Dec 2014 01:07:04 +0000 (20:07 -0500)
https://github.com/vlajos/misspell_fixer

https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa
Thanks to Torstein Husebo <torstein@huseboe.net>.

27 files changed:
NEWS
TODO
man/sd_bus_negotiate_fds.xml
man/sd_event_add_child.xml
man/systemd-machine-id-commit.service.xml
man/systemd-nspawn.xml
man/systemd.link.xml
man/udev.xml
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/bus-xml-policy.c
src/core/machine-id-setup.c
src/core/main.c
src/core/shutdown.c
src/core/unit.c
src/journal/journalctl.c
src/journal/journald-audit.c
src/libsystemd-network/sd-dhcp-client.c
src/libsystemd-network/test-pppoe.c
src/libsystemd-terminal/grdev-drm.c
src/libsystemd-terminal/grdev.c
src/libsystemd-terminal/unifont-def.h
src/libsystemd-terminal/unifont-glyph-array.bin
src/libsystemd/sd-rtnl/rtnl-message.c
src/resolve/resolved-dns-packet.c
src/shared/hashmap.c
src/systemd/sd-id128.h
src/test/test-path.c

diff --git a/NEWS b/NEWS
index d5ab21a0be6dc8075bbbe34bef7d783c37bb5e75..d4d505d5d9ef9d3084daa316a1367e75d4a4b654 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3555,7 +3555,7 @@ CHANGES WITH 190:
           keys all the time, even in graphical sessions. If DEs want
           to handle these events on their own they should take the new
           handle-power-key, handle-sleep-key and handle-lid-switch
-          inhibitors during their runtime. A simple way to achiveve
+          inhibitors during their runtime. A simple way to achieve
           that is to invoke the DE wrapped in an invocation of:
 
           systemd-inhibit --what=handle-power-key:handle-sleep-key:handle-lid-switch ...
diff --git a/TODO b/TODO
index 584503126d3d30f2c97c537f5fd24e59e2b1b8a9..79d9be465984ec76594117f03e22ff39e7ca1ed1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,7 +75,7 @@ Features:
 
 * systemd-journal-upload (or a new, related tool): allow pushing out
   journal messages onto the network in BSD syslog protocol,
-  continously. Default to some link-local IP mcast group, to make this
+  continuously. Default to some link-local IP mcast group, to make this
   useful as a one-stop debugging tool.
 
 * synchronize console access with BSD locks:
index 4fbffdf38c9b33bdf1c96f39fe533e6440f7bcc0..4babae5e2b0dfdc99e5790746b5ad9f8fee350b9 100644 (file)
@@ -115,7 +115,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     <para><function>sd_bus_negotiate_creds()</function> controls
     whether implicit sender credentials shall be attached
     automatically to all incoming messages. Takes a bus object, a
-    boolean indicating wether to enable or disable the credential
+    boolean indicating whether to enable or disable the credential
     parts encoded in the bit mask value argument. Note that not all
     transports support attaching sender credentials to messages, or do
     not support all types of sender credential parameters, or might
index 7a84fcea7ed803983e5c664e4f8be467e8621268..ee524e171fa629e4258a163bfbf186565d7d6912 100644 (file)
@@ -147,7 +147,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
         <listitem><para>An invalid argument has been passed. This includes
         specyfing an empty mask in <parameter>options</parameter> or a mask
-        which constains values different than a combination of
+        which contains values different than a combination of
         <constant>WEXITED</constant>, <constant>WSTOPPED</constant>, and
         <constant>WCONTINUED</constant>.
         </para></listitem>
index 6da19b9f1731d003d1f88e23b1984d151e72448d..c6a0e84564991faf4aa092fdca2fd5f6350ffd0b 100644 (file)
@@ -54,7 +54,7 @@
                 <title>Description</title>
 
                 <para><filename>systemd-machine-id-commit.service</filename> is
-                a service responsible for commiting any transient
+                a service responsible for committing any transient
                 <filename>/etc/machine-id</filename> file to a writable file
                 system. See
                 <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>
index fdb0c298b0aef7a37bd2ea49a579a47135afb70a..fa0680ffcddba7ce3d271192eef6e648f2db6218 100644 (file)
                                 at the same location. <literal>try-host</literal>
                                 and <literal>try-guest</literal> do the same
                                 but do not fail if the host does not have
-                                persistant journalling enabled.
+                                persistent journalling enabled.
                                 If <literal>auto</literal> (the default),
                                 and the right subdirectory of
                                 <filename>/var/log/journal</filename>
index 0eb395089df7c558f65848f0bf5dccc6a2a34f22..33822e75e256531c309ef9508ec053d990b9c356 100644 (file)
@@ -99,7 +99,7 @@
                                         property "INTERFACE". May contain shell style
                                         globs. This can not be used to match on names
                                         that have already been changed from userspace.
-                                        Caution is adviced when matching on
+                                        Caution is advised when matching on
                                         kernel-assigned names, as they are known to
                                         be unstable between reboots.</para>
                                 </listitem>
index 34b2e12f78190e1a6b88b0c0b124b2cb6a9b273e..1c7da0798811b8dfd19c6dc2403d88f50055c98c 100644 (file)
             <para>Execute a program to determine whether there
             is a match; the key is true if the program returns
             successfully. The device properties are made available to the
-            executed program in the environment. The program's standard ouput
+            executed program in the environment. The program's standard output
             is available in the <varname>RESULT</varname> key.</para>
             <para>This can only be used for very short-running foreground tasks. For details,
             see <varname>RUN</varname>.</para>
index 583416a43f03bf3de5a8738727517cc32cd50e5e..6d9e1a031cdde901c4221257e583c0d3c1287af1 100644 (file)
@@ -1021,7 +1021,7 @@ static int process_policy(sd_bus *from, sd_bus *to, sd_bus_message *m, Policy *p
                 }
 
                 if (granted) {
-                        /* Then check whether us (the recipient) can recieve from the sender's name */
+                        /* Then check whether us (the recipient) can receive from the sender's name */
                         if (strv_isempty(sender_names)) {
                                 if (policy_check_recv(policy, our_ucred->uid, our_ucred->gid, m->header->type, NULL, m->path, m->interface, m->member))
                                         return 0;
index ac0e14b4f9e770ee7fb96ff2ab9764f0c9e97586..cf39c52546d68c9c2fbb026f31f83301cffd5d06 100644 (file)
@@ -838,7 +838,7 @@ bool policy_check_recv(Policy *p,
         verdict = policy_check(p, &filter);
 
         log_full(LOG_AUTH | (verdict != ALLOW ? LOG_WARNING : LOG_DEBUG),
-                 "Recieve permission check for uid=" UID_FMT " gid=" GID_FMT" message=%s name=%s interface=%s path=%s member=%s: %s",
+                 "Receive permission check for uid=" UID_FMT " gid=" GID_FMT" message=%s name=%s interface=%s path=%s member=%s: %s",
                  uid, gid, bus_message_type_to_string(message_type), strna(name), strna(path), strna(interface), strna(member), strna(verdict_to_string(verdict)));
 
         return verdict == ALLOW;
index d91a02cf15b9689d82187393b82f416e79455bb3..7e0aee6a75ba883b92f737033cd0f99730d1fdf6 100644 (file)
@@ -205,7 +205,7 @@ int machine_id_commit(const char *root) {
 
         r = path_is_mount_point(etc_machine_id, false);
         if (r < 0)
-                return log_error_errno(r, "Failed to determine wether %s is a mount point: %m", etc_machine_id);
+                return log_error_errno(r, "Failed to determine whether %s is a mount point: %m", etc_machine_id);
         if (r == 0) {
                 log_debug("%s is is not a mount point. Nothing to do.", etc_machine_id);
                 return 0;
index 87d54caac3b01a333d779b3b86e4ec26f98fdc05..688ca0ea2a01040c20a7cf268e8efacc45a943e1 100644 (file)
@@ -1112,7 +1112,7 @@ static void test_usr(void) {
 static int initialize_join_controllers(void) {
         /* By default, mount "cpu" + "cpuacct" together, and "net_cls"
          * + "net_prio". We'd like to add "cpuset" to the mix, but
-         * "cpuset" does't really work for groups with no initialized
+         * "cpuset" doesn't really work for groups with no initialized
          * attributes. */
 
         arg_join_controllers = new(char**, 3);
index def20f50228657f3dbdc107e8cfa8a948e1e12f2..6492b19774e6567c1d9eb57962e9689c55ac1b36 100644 (file)
@@ -144,7 +144,7 @@ static int switch_root_initramfs(void) {
         if (mount(NULL, "/run/initramfs", NULL, MS_PRIVATE, NULL) < 0)
                 return log_error_errno(errno, "Failed to make /run/initramfs private mount: %m");
 
-        /* switch_root with MS_BIND, because there might still be processes lurking around, which have open file desriptors.
+        /* switch_root with MS_BIND, because there might still be processes lurking around, which have open file descriptors.
          * /run/initramfs/shutdown will take care of these.
          * Also do not detach the old root, because /run/initramfs/shutdown needs to access it.
          */
index a2f37282dbc54b0ef79e3fe00a6225b6aa3d77b5..9f7ba9227b780b1f6971f9a60bed529a69500c8b 100644 (file)
@@ -609,7 +609,7 @@ static int reserve_dependencies(Unit *u, Unit *other, UnitDependency d) {
 
         /*
          * If u does not have this dependency set allocated, there is no need
-         * to reserve anything. In that case other's set will be transfered
+         * to reserve anything. In that case other's set will be transferred
          * as a whole to u by complete_move().
          */
         if (!u->dependencies[d])
index b2f6966fcabb63e40f4b7c44c7e2778f91e3b629..7b67bc1dab950d76e1cf5ac7e10457d502197659 100644 (file)
@@ -1691,7 +1691,7 @@ static int flush_to_var(void) {
                         break;
 
                 if (errno != ENOENT)
-                        return log_error_errno(errno, "Failed to check for existance of /run/systemd/journal/flushed: %m");
+                        return log_error_errno(errno, "Failed to check for existence of /run/systemd/journal/flushed: %m");
 
                 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
                 if (r < 0)
index 69742fa59cb1b20ab4788299a98f3981c9eca6f9..20936f4bed7109f58d90acf53f551674e0042442 100644 (file)
@@ -206,7 +206,7 @@ static int map_generic_field(const char *prefix, const char **p, struct iovec **
         return r;
 }
 
-/* Kernel fields are those occuring in the audit string before
+/* Kernel fields are those occurring in the audit string before
  * msg='. All of these fields are trusted, hence carry the "_" prefix.
  * We try to translate the fields we know into our native names. The
  * other's are generically mapped to _AUDIT_FIELD_XYZ= */
@@ -240,7 +240,7 @@ static const MapField map_fields_kernel[] = {
         {}
 };
 
-/* Userspace fields are thos occuring in the audit string after
+/* Userspace fields are those occurring in the audit string after
  * msg='. All of these fields are untrusted, hence carry no "_"
  * prefix. We map the fields we don't know to AUDIT_FIELD_XYZ= */
 static const MapField map_fields_userspace[] = {
index 9b007bf3cd2e8172021fb04efeafb96a3f22e48c..c8a724f27e00c0817c84f185c47aa6af5ac3f8c0 100644 (file)
@@ -500,7 +500,7 @@ static int client_message_init(sd_dhcp_client *client, DHCPPacket **ret,
 
            Note (from ConnMan): Some DHCP servers will send bigger DHCP packets
            than the defined default size unless the Maximum Messge Size option
-           is explicitely set
+           is explicitly set
 
            RFC3442 "Requirements to Avoid Sizing Constraints":
            Because a full routing table can be quite large, the standard 576
index 0d419aa1722a7392b0c9128225849ec8152394fc..dff83eaf6e43796dda0586901cc6570d36aa6456 100644 (file)
@@ -139,8 +139,8 @@ static int test_pppoe_server(sd_event *e) {
                        "-I", "pppoe-server",
                        "-C", "Test-AC",
                        "-S", "Service-Default",
-                       "-S", "Service-First-Auxillary",
-                       "-S", "Service-Second-Auxillary",
+                       "-S", "Service-First-Auxiliary",
+                       "-S", "Service-Second-Auxiliary",
                        NULL);
                 assert_not_reached("failed to execute pppoe-server. not installed?");
         }
index 2df63537f09b216e95a015f55119715df5ba5a99..bc4d4c9e76d4d769108cd85321c576536ad0cb16 100644 (file)
@@ -2060,7 +2060,7 @@ static void grdrm_card_configure(grdrm_card *card) {
          *     headache to configure on dynamic demands. Therefore, we only
          *     support it if configured statically beforehand.
          *
-         *   * CRTCs are not created equal. Some might be much more poweful
+         *   * CRTCs are not created equal. Some might be much more powerful
          *     than others, including more advanced plane support. So far, our
          *     CRTC selection is random. You need to supply static
          *     configuration if you want special setups. So far, there is no
index db87ede762681666ad61bc4f5a838f9520249913..3b3cf2737bbf59a6538c218cd2627722912037be 100644 (file)
@@ -708,7 +708,7 @@ void grdev_pipe_ready(grdev_pipe *pipe, bool running) {
 
         /* grdev_pipe_ready() is used by backends to notify about pipe state
          * changed. If a pipe is ready, it can be fully used by us (available,
-         * enabled and accessable). Backends can disable pipes at any time
+         * enabled and accessible). Backends can disable pipes at any time
          * (like for async revocation), but can only enable them from parent
          * context. Otherwise, we might call user-callbacks recursively. */
 
index 2b0b859eb095d5d62631ac18dbf03243fa4cca42..3847a2cf6cff29536ea6d411645deca18a826e42 100644 (file)
@@ -94,7 +94,7 @@ typedef struct unifont_glyph_header unifont_glyph_header;
  *      +-----------------------------------+
  *
  *  * The first byte specifies the width of the glyph. If it is 0, the glyph
- *    must be treated as non-existant.
+ *    must be treated as non-existent.
  *    All glyphs are "8*n" pixels wide and "16" pixels high. The width-field
  *    specifies the width multiplier "n".
  *  * After the width field padding might be added. This depends on the global
index 46f150c42be00db2250c1fee3946b5686d7e35ae..4802a6938a71ac46c4a1a5547a5bbe462723c780 100644 (file)
Binary files a/src/libsystemd-terminal/unifont-glyph-array.bin and b/src/libsystemd-terminal/unifont-glyph-array.bin differ
index 36eb9f5b395d5837367b89a8400097061bf58de0..a089fae044d02ca75fbeec0a8d47b9bb910e300c 100644 (file)
@@ -43,7 +43,7 @@ static int message_new_empty(sd_rtnl *rtnl, sd_rtnl_message **ret) {
 
         assert_return(ret, -EINVAL);
 
-        /* Note that 'rtnl' is curretly unused, if we start using it internally
+        /* 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.
          */
index cf5b6189c571daa01de3465d970fa71382fdd9f7..21756f566fb0674b8c6948f07de98a8c6e460acf 100644 (file)
@@ -934,7 +934,7 @@ int dns_packet_read_name(DnsPacket *p, char **_ret,
                         if (after_rindex == 0)
                                 after_rindex = p->rindex;
 
-                        /* Jumps are limited to a "prior occurence" (RFC-1035 4.1.4) */
+                        /* Jumps are limited to a "prior occurrence" (RFC-1035 4.1.4) */
                         jump_barrier = ptr;
                         p->rindex = ptr;
                 } else {
index f2a8a77eae0a8d5b905bdc59343c885be6eb94a9..e63ba4bb5aa84d7eebe7770c0bcbb0daae538daa 100644 (file)
@@ -1066,7 +1066,7 @@ static int hashmap_base_put_boldly(HashmapBase *h, unsigned idx,
 
 /*
  * Returns 0 if resize is not needed.
- *         1 if succesfully resized.
+ *         1 if successfully resized.
  *         -ENOMEM on allocation failure.
  */
 static int resize_buckets(HashmapBase *h, unsigned entries_add) {
index 4fdbf3ab41be6e2a0fa50d58c1306cbfc201aea3..48fd87671be807169473494d57788a2610a4a858 100644 (file)
@@ -60,7 +60,7 @@ int sd_id128_get_boot(sd_id128_t *ret);
 
 /* Note that SD_ID128_FORMAT_VAL will evaluate the passed argument 16
  * times. It is hence not a good idea to call this macro with an
- * expensive function as paramater or an expression with side
+ * expensive function as parameter or an expression with side
  * effects */
 
 #define SD_ID128_FORMAT_STR "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"
index 18fcb575e69ad7d41bbbb783921759c2f5414390..2063ed25439545444269cccd3874a56368c5de2d 100644 (file)
@@ -81,7 +81,7 @@ static void check_stop_unlink(Manager *m, Unit *unit, const char *test_path, con
         service = SERVICE(service_unit);
 
         ts = now(CLOCK_MONOTONIC);
-        /* We proces events until the service related to the path has been successfully started */
+        /* We process events until the service related to the path has been successfully started */
         while(service->result != SERVICE_SUCCESS || service->state != SERVICE_START) {
                 usec_t n;
                 int r;