diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-26 22:38:41 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-26 22:38:41 +0200 |
commit | 7d9cb4229cd5a47ab7dd50512fec018320294192 (patch) | |
tree | 7195d928c7cdcbde3b19a211c0d2ba9db4ee5eb1 /src/shared | |
parent | 048ecf5b843eea928cb3a2edc15ee528153403ce (diff) |
typo fix in comment
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |