From: Thomas Hindoe Paaboel Andersen Date: Sat, 26 Oct 2013 20:38:41 +0000 (+0200) Subject: typo fix in comment X-Git-Tag: v209~1784 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d9cb4229cd5a47ab7dd50512fec018320294192;p=elogind.git typo fix in comment --- diff --git a/src/shared/util.c b/src/shared/util.c index d086fac7f..2419a76d9 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)