[systemd-commits] man/systemd-sleep.conf.xml src/libsystemd-bus
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Mon Oct 14 20:57:27 PDT 2013
man/systemd-sleep.conf.xml | 8 ++++----
src/libsystemd-bus/kdbus.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 0c7225549d539c77620e15c850c60e4dc124a131
Author: Anatol Pomozov <anatol.pomozov at gmail.com>
Date: Mon Oct 14 16:12:29 2013 -0700
Fix misspellings with codespell tool
diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml
index dc4b0da..d4b07a0 100644
--- a/man/systemd-sleep.conf.xml
+++ b/man/systemd-sleep.conf.xml
@@ -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>
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 06c2c24..6015074 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -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 */
};
More information about the systemd-commits
mailing list