chiark / gitweb /
Fix spelling errors using 'codespell' tool
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Mon, 15 Apr 2013 02:37:54 +0000 (19:37 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Apr 2013 12:40:05 +0000 (08:40 -0400)
15 files changed:
NEWS
man/sd_journal_get_cursor.xml
man/systemctl.xml
man/systemd-system.conf.xml
man/systemd.unit.xml
src/core/syscall-list.h
src/core/umount.c
src/login/logind-dbus.c
src/login/logind.c
src/shared/strbuf.c
src/systemctl/systemctl.c
src/systemd/sd-bus-protocol.h
src/tmpfiles/tmpfiles.c
src/udev/udev-rules.c
test/udev-test.pl

diff --git a/NEWS b/NEWS
index 335c31fe67d3034defd8016f8d9c7efbf73d146e..9ea3eee77247b3977e1ed9624e2c180ddc47f0d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -136,7 +136,7 @@ CHANGES WITH 199:
         * The udev daemon now sets the default number of worker
           processes executed in parallel based on the number of available
           CPUs instead of the amount of available RAM. This is supposed
         * The udev daemon now sets the default number of worker
           processes executed in parallel based on the number of available
           CPUs instead of the amount of available RAM. This is supposed
-          to provide a more reliable default and limit a too agressive
+          to provide a more reliable default and limit a too aggressive
           paralellism for setups with 1000s of devices connected.
 
         Contributions from: Auke Kok, Colin Walters, Cristian
           paralellism for setups with 1000s of devices connected.
 
         Contributions from: Auke Kok, Colin Walters, Cristian
@@ -592,7 +592,7 @@ CHANGES WITH 196:
           the underlying file system of a journal file is capable of
           properly reporting file change notifications, or whether
           applications that want to reflect journal changes "live"
           the underlying file system of a journal file is capable of
           properly reporting file change notifications, or whether
           applications that want to reflect journal changes "live"
-          need to recheck journal files continously in appropriate
+          need to recheck journal files continuously in appropriate
           time intervals.
 
         * It is now possible to set the "age" field for tmpfiles
           time intervals.
 
         * It is now possible to set the "age" field for tmpfiles
@@ -925,7 +925,7 @@ CHANGES WITH 190:
         * There's now a new RPM macro definition for the system preset
           dir: %_presetdir.
 
         * There's now a new RPM macro definition for the system preset
           dir: %_presetdir.
 
-        * journald will now warn if it can't foward a message to the
+        * journald will now warn if it can't forward a message to the
           syslog daemon because it's socket is full.
 
         * timedated will no longer write or process /etc/timezone,
           syslog daemon because it's socket is full.
 
         * timedated will no longer write or process /etc/timezone,
@@ -1060,7 +1060,7 @@ CHANGES WITH 188:
           the maximum number of iterations to run for. It also gained
           -b, to run in batch mode (accepting no input).
 
           the maximum number of iterations to run for. It also gained
           -b, to run in batch mode (accepting no input).
 
-        * The suffix ".service" may now be ommited on most systemctl
+        * The suffix ".service" may now be omitted on most systemctl
           command lines involving service unit names.
 
         * There's a new bus call in logind to lock all sessions, as
           command lines involving service unit names.
 
         * There's a new bus call in logind to lock all sessions, as
@@ -1549,7 +1549,7 @@ CHANGES WITH 44:
 
         * Show /etc/os-release data in systemd-analyze output
 
 
         * Show /etc/os-release data in systemd-analyze output
 
-        * Many bugfixes for the journal, including endianess fixes and
+        * Many bugfixes for the journal, including endianness fixes and
           ensuring that disk space enforcement works
 
         * sd-login.h is C++ comptaible again
           ensuring that disk space enforcement works
 
         * sd-login.h is C++ comptaible again
index 354168bee284a3ba9c1f45ca0fa16b937614eb03..1b0e775bb4a16debb084848f371a0ce37f3f1a5b 100644 (file)
                 comparing cursors is not possible. Use this call to
                 verify after an invocation of
                 <citerefentry><refentrytitle>sd_journal_seek_cursor</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 comparing cursors is not possible. Use this call to
                 verify after an invocation of
                 <citerefentry><refentrytitle>sd_journal_seek_cursor</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-                whether the entry being seeked to was actually found
+                whether the entry being sought to was actually found
                 in the journal or the next closest entry was used
                 instead.</para>
         </refsect1>
                 in the journal or the next closest entry was used
                 instead.</para>
         </refsect1>
index 1bd4af33867fe33b3f639ffd302b4c8d06b8548e..a2c3501ec206e886cc27a5a6d8a55b27a0b08c0b 100644 (file)
@@ -755,7 +755,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
         unit name, plus a control group specification in the syntax
         <replaceable>CONTROLLER</replaceable>:<replaceable>PATH</replaceable>
         or <replaceable>CONTROLLER</replaceable>. In the latter syntax
         unit name, plus a control group specification in the syntax
         <replaceable>CONTROLLER</replaceable>:<replaceable>PATH</replaceable>
         or <replaceable>CONTROLLER</replaceable>. In the latter syntax
-        (where the path is ommitted) the default unit control group
+        (where the path is omitted) the default unit control group
         path is implied. Examples: <literal>cpu</literal> or
         <literal>cpu:/foo/bar</literal>. If a unit is removed from a
         control group hierarchy all its processes will be moved to the
         path is implied. Examples: <literal>cpu</literal> or
         <literal>cpu:/foo/bar</literal>. If a unit is removed from a
         control group hierarchy all its processes will be moved to the
index eaa770b4b1ef0fdc1b03ee7a1a5938d0c2b67553..d8bfd1279d1db5c58c3c380837e04bfbba34a95b 100644 (file)
                                 this option is changed, and make sure
                                 the new configuration file is included
                                 in it. Otherwise the initrd might
                                 this option is changed, and make sure
                                 the new configuration file is included
                                 in it. Otherwise the initrd might
-                                mount the controller hierachies in a
+                                mount the controller hierarchies in a
                                 different configuration than intended,
                                 and the main system cannot remount
                                 them anymore.</para></listitem>
                                 different configuration than intended,
                                 and the main system cannot remount
                                 them anymore.</para></listitem>
index 47c50315ae941e58d5b923da3b8e89a355d37d8c..26c16deb9859837b4c954d4356ddbb497cee2eea 100644 (file)
 
                 <para>Note: the paths listed above are set at
                 compilation time and differ between distributions. The
 
                 <para>Note: the paths listed above are set at
                 compilation time and differ between distributions. The
-                "authorative" list is printed by
+                "authoritative" list is printed by
                 <command>systemd</command> at during start and daemon
                 reconfiguration.</para>
 
                 <command>systemd</command> at during start and daemon
                 reconfiguration.</para>
 
index 503838b7fbd61422cc13f94f5841c27bfd5efbfd..6bb4d91f914672e84ff7a71bc31e1877eb2f3862 100644 (file)
@@ -24,7 +24,7 @@
 
 #if defined __x86_64__ && defined __ILP32__
 /* The x32 ABI defines all of its syscalls with bit 30 set, which causes
 
 #if defined __x86_64__ && defined __ILP32__
 /* The x32 ABI defines all of its syscalls with bit 30 set, which causes
-   issues when attempting to use syscalls as simple indicies into an array.
+   issues when attempting to use syscalls as simple indices into an array.
    Instead, use the syscall id & ~SYSCALL_MASK as the index, and | the
    internal id with the syscall mask as needed.
 */
    Instead, use the syscall id & ~SYSCALL_MASK as the index, and | the
    internal id with the syscall mask as needed.
 */
index 8c69e74caf06d42c5d7a9caf37bf3c50fc6b1f84..acfbbe5e03af540cbc292b46a221ab1e4e31ce0d 100644 (file)
@@ -418,7 +418,7 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e
                          *
                          * Mount points can be stacked. If a mount
                          * point is stacked below / or /usr, we
                          *
                          * Mount points can be stacked. If a mount
                          * point is stacked below / or /usr, we
-                         * cannnot umount or remount it directly,
+                         * cannot umount or remount it directly,
                          * since there is no way to refer to the
                          * underlying mount. There's nothing we can do
                          * about it for the general case, but we can
                          * since there is no way to refer to the
                          * underlying mount. There's nothing we can do
                          * about it for the general case, but we can
index 230dd2b4b5e9ac2f329a0de281cb30f1d439a214..4a8ffe5eda4d53586a62fdccb5cd7717ac7c36ae 100644 (file)
@@ -66,7 +66,7 @@
         "  <method name=\"CreateSession\">\n"                           \
         "   <arg name=\"uid\" type=\"u\" direction=\"in\"/>\n"          \
         "   <arg name=\"leader\" type=\"u\" direction=\"in\"/>\n"       \
         "  <method name=\"CreateSession\">\n"                           \
         "   <arg name=\"uid\" type=\"u\" direction=\"in\"/>\n"          \
         "   <arg name=\"leader\" type=\"u\" direction=\"in\"/>\n"       \
-        "   <arg name=\"sevice\" type=\"s\" direction=\"in\"/>\n"       \
+        "   <arg name=\"service\" type=\"s\" direction=\"in\"/>\n"      \
         "   <arg name=\"type\" type=\"s\" direction=\"in\"/>\n"         \
         "   <arg name=\"class\" type=\"s\" direction=\"in\"/>\n"        \
         "   <arg name=\"seat\" type=\"s\" direction=\"in\"/>\n"         \
         "   <arg name=\"type\" type=\"s\" direction=\"in\"/>\n"         \
         "   <arg name=\"class\" type=\"s\" direction=\"in\"/>\n"        \
         "   <arg name=\"seat\" type=\"s\" direction=\"in\"/>\n"         \
index c9e492fc4f5276757df60b5ef071d0fa79aff2af..63422f4c323f947e829724623666d2a422667aed 100644 (file)
@@ -1726,7 +1726,7 @@ int main(int argc, char *argv[]) {
 
         /* Always create the directories people can create inotify
          * watches in. Note that some applications might check for the
 
         /* Always create the directories people can create inotify
          * watches in. Note that some applications might check for the
-         * existance of /run/systemd/seats/ to determine whether
+         * existence of /run/systemd/seats/ to determine whether
          * logind is available, so please always make sure this check
          * stays in. */
         mkdir_label("/run/systemd/seats", 0755);
          * logind is available, so please always make sure this check
          * stays in. */
         mkdir_label("/run/systemd/seats", 0755);
index e64f1ca07abc5d565219691311fb58ce8044411e..01a076c2baf204e50f170bbcd2fbca44ed527f76 100644 (file)
@@ -26,7 +26,7 @@
 #include "strbuf.h"
 
 /*
 #include "strbuf.h"
 
 /*
- * Strbuf stores given strings in a single continous allocated memory
+ * Strbuf stores given strings in a single continuous allocated memory
  * area. Identical strings are de-duplicated and return the same offset
  * as the first string stored. If the tail of a string already exists
  * in the buffer, the tail is returned.
  * area. Identical strings are de-duplicated and return the same offset
  * as the first string stored. If the tail of a string already exists
  * in the buffer, the tail is returned.
index 12dce3c00139171b801b1cf39256ea89d50dfcaf..36567224f886c15d4ac84f60a051303992675803 100644 (file)
@@ -4494,7 +4494,7 @@ static int systemctl_help(void) {
                "     --fail           When queueing a new job, fail if conflicting jobs are\n"
                "                      pending\n"
                "     --irreversible   Create jobs which cannot be implicitly cancelled\n"
                "     --fail           When queueing a new job, fail if conflicting jobs are\n"
                "                      pending\n"
                "     --irreversible   Create jobs which cannot be implicitly cancelled\n"
-               "     --show-types     When showing sockets, explictly show their type\n"
+               "     --show-types     When showing sockets, explicitly show their type\n"
                "     --ignore-dependencies\n"
                "                      When queueing a new job, ignore all its dependencies\n"
                "  -i --ignore-inhibitors\n"
                "     --ignore-dependencies\n"
                "                      When queueing a new job, ignore all its dependencies\n"
                "  -i --ignore-inhibitors\n"
@@ -4794,7 +4794,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
                                         continue;
                                 }
 
                                         continue;
                                 }
 
-                                log_error("Unkown unit type or load state '%s'.", type);
+                                log_error("Unknown unit type or load state '%s'.", type);
                                 log_info("Use -t help to see a list of allowed values.");
                                 return -EINVAL;
                         }
                                 log_info("Use -t help to see a list of allowed values.");
                                 return -EINVAL;
                         }
index 7922f6b7028ae9e1c763d43cd694a263655ccdf8..a26d27c31a761434b5b0a9281c8756f16e41a175 100644 (file)
@@ -66,7 +66,7 @@ enum {
         SD_BUS_TYPE_DICT_ENTRY_END   = '}',
 };
 
         SD_BUS_TYPE_DICT_ENTRY_END   = '}',
 };
 
-/* Endianess */
+/* Endianness */
 
 enum {
         _SD_BUS_INVALID_ENDIAN = 0,
 
 enum {
         _SD_BUS_INVALID_ENDIAN = 0,
index 5d32bd19758493d51a392776e16f14e165e31264..fea1ca2fc260536256afa13562504a18bcbe58e5 100644 (file)
@@ -743,7 +743,7 @@ static int create_item(Item *i) {
 
                 if (have_effective_cap(CAP_MKNOD) == 0) {
                         /* In a container we lack CAP_MKNOD. We
 
                 if (have_effective_cap(CAP_MKNOD) == 0) {
                         /* In a container we lack CAP_MKNOD. We
-                        shouldnt attempt to create the device node in
+                        shouldn't attempt to create the device node in
                         that case to avoid noise, and we don't support
                         virtualized devices in containers anyway. */
 
                         that case to avoid noise, and we don't support
                         virtualized devices in containers anyway. */
 
index d2810a01d82ecf7140a8e519cde588ce4fd210c5..7a4fb70258c582aa0d40fe64bc37da2e901fc3e4 100644 (file)
@@ -55,7 +55,7 @@ struct udev_rules {
         unsigned int token_cur;
         unsigned int token_max;
 
         unsigned int token_cur;
         unsigned int token_max;
 
-        /* all key strings are copied and de-duplicated in a single continous string buffer */
+        /* all key strings are copied and de-duplicated in a single continuous string buffer */
         struct strbuf *strbuf;
 
         /* during rule parsing, uid/gid lookup results are cached */
         struct strbuf *strbuf;
 
         /* during rule parsing, uid/gid lookup results are cached */
index a9f5db03cfa21b0d543b946d0caae14828fc69b7..23f1b726e060e521eb9d2db8c2f70e584fad4e15 100755 (executable)
@@ -1518,7 +1518,7 @@ if ($list[0]) {
         }
 }
 
         }
 }
 
-print "$error errors occured\n\n";
+print "$error errors occurred\n\n";
 
 # cleanup
 system("rm", "-rf", "$udev_dev");
 
 # cleanup
 system("rm", "-rf", "$udev_dev");