From 7d9cb4229cd5a47ab7dd50512fec018320294192 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 26 Oct 2013 22:38:41 +0200 Subject: typo fix in comment --- src/shared/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/util.c b/src/shared/util.c index d086fac7f8..2419a76d98 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) -- cgit v1.2.3-54-g00ecf