chiark / gitweb /
Fix misspellings with codespell tool
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Mon, 14 Oct 2013 23:12:29 +0000 (16:12 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Oct 2013 03:56:59 +0000 (23:56 -0400)
man/systemd-sleep.conf.xml
src/libsystemd-bus/kdbus.h

index dc4b0da68e4a56cc4786116ab4dffa202c52213d..d4b07a0ca09c24baaf3fb074dec56502df6cf33d 100644 (file)
@@ -127,10 +127,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         <citerefentry><refentrytitle>systemd-suspend.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>systemd-hibernate.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, or
         <citerefentry><refentrytitle>systemd-hybrid-sleep.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
-        More than one value can be specified by seperating
+        More than one value can be specified by separating
         multiple values with commas. They will be tried
         in turn, until one is written without error. If
-        neither suceeds, the operation will be aborted.
+        neither succeeds, the operation will be aborted.
         </para></listitem>
       </varlistentry>
 
@@ -145,10 +145,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         <citerefentry><refentrytitle>systemd-suspend.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>systemd-hibernate.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, or
         <citerefentry><refentrytitle>systemd-hybrid-sleep.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
-        More than one value can be specified by seperating
+        More than one value can be specified by separating
         multiple values with commas. They will be tried
         in turn, until one is written without error. If
-        neither suceeds, the operation will be aborted.
+        neither succeeds, the operation will be aborted.
         </para></listitem>
       </varlistentry>
     </variablelist>
index 06c2c245f39b469155b6e6228697cc894a89b021..60150748616268052618daa6d198ff6ebdd5dab2 100644 (file)
@@ -285,7 +285,7 @@ enum {
        KDBUS_MAKE_NAME,
        KDBUS_MAKE_CRED,        /* allow translator services which connect
                                 * to the bus on behalf of somebody else,
-                                * allow specifiying the credentials of the
+                                * allow specifying the credentials of the
                                 * client to connect on behalf on. Needs
                                 * privileges */
 };