summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-31 17:26:29 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-31 17:26:29 +0000
commit0456242ed7e6ad6bb2afd2f8210e86dfa80ab9d2 (patch)
tree9cbbe3f77358086fce8c824245144eb1dd0486b8 /examples
parent50c10f3b83474d421f78b898ce374bdafd3cd9bc (diff)
fix a few more s/DBUS/D-Bus/
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1298 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'examples')
-rw-r--r--examples/core-browse-services.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c
index a34281e..53b18ee 100644
--- a/examples/core-browse-services.c
+++ b/examples/core-browse-services.c
@@ -5,7 +5,7 @@
* the embeddable mDNS stack for embedded applications.
*
* End user applications should *not* use this API and should use
- * the DBUS or C APIs, please see
+ * the D-Bus or C APIs, please see
* client-browse-services.c and glib-integration.c
*
* I repeat, you probably do *not* want to use this example.