chiark / gitweb /
typo fix in comment
[elogind.git] / 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)