summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-md5.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
commit7652304bff969afb3969603149bb385efe861fe8 (patch)
treebceb1c7e8fe5b390a48110d1ec9ca88cd4779f0d /dbus/dbus-md5.c
parentbaf72e43951b1fefd23c7d246b76939e3c72fc14 (diff)
* s/D-BUS/D-Bus/g
Diffstat (limited to 'dbus/dbus-md5.c')
-rw-r--r--dbus/dbus-md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-md5.c b/dbus/dbus-md5.c
index 9f025c51..079b1cc0 100644
--- a/dbus/dbus-md5.c
+++ b/dbus/dbus-md5.c
@@ -54,7 +54,7 @@
* The implementation of MD5 (see http://www.ietf.org/rfc/rfc1321.txt).
* This MD5 implementation was written by L. Peter Deutsch and
* is not derived from the RSA reference implementation in the
- * RFC. The version included in D-BUS comes from the Ghostscript
+ * RFC. The version included in D-Bus comes from the Ghostscript
* 7.05 distribution.
*
* @{