[systemd-commits] src/shared
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Fri Oct 25 13:38:58 PDT 2013
src/shared/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7d9cb4229cd5a47ab7dd50512fec018320294192
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Sat Oct 26 22:38:41 2013 +0200
typo fix in comment
diff --git a/src/shared/util.c b/src/shared/util.c
index d086fac..2419a76 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1363,7 +1363,7 @@ char *bus_path_escape(const char *s) {
assert(s);
/* Escapes all chars that D-Bus' object path cannot deal
- * with. Can be reverse with bus_path_unescape(). We special
+ * with. Can be reversed with bus_path_unescape(). We special
* case the empty string. */
if (*s == 0)
More information about the systemd-commits
mailing list