diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2006-03-05 20:17:13 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2006-03-05 20:17:13 +0000 |
commit | a23038d7f76a6c8be4eea7d725c5ea88fdc4b2fa (patch) | |
tree | 45284b5143c603f8627f801c42aa009e93bc047b /debian/patches | |
parent | 8e5ce23e2708a7b3caba94ef54931691944adebf (diff) | |
download | dbus-a23038d7f76a6c8be4eea7d725c5ea88fdc4b2fa.tar.gz |
Fix typo
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@731 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/dbus-reload-usercache.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/dbus-reload-usercache.patch b/debian/patches/dbus-reload-usercache.patch index 1296c251..b085f94f 100644 --- a/debian/patches/dbus-reload-usercache.patch +++ b/debian/patches/dbus-reload-usercache.patch @@ -27,7 +27,7 @@ diff -u -r1.19 dbus-hash.c } +/** -+ * Removed all entries from a hash table. ++ * Removes all entries from a hash table. + * + * @param table the hash table to remove all entries from. + */ |