chiark / gitweb /
typo fix in comment
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 26 Oct 2013 20:38:41 +0000 (22:38 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 26 Oct 2013 20:38:41 +0000 (22:38 +0200)
src/shared/util.c

index d086fac7f805c0540458230506af69a289f00524..2419a76d9887eb71be3578b66eadc754babbcf33 100644 (file)
@@ -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)