[Rhythmbox-devel] Small patch: typos in README.daap
- From: Greg Ward <greg-e7a89d09f0cd5b048a6d9c96cbbf64f1 gerg ca>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] Small patch: typos in README.daap
- Date: Thu, 11 Jan 2007 07:31:46 -0500
Hello -- I was just poking through a recent checkout of the Rhythmbox
source, stumbled across README.daap, and found a couple of typos. Here's a
patch to fix 'em.
Greg
--
Greg Ward http://www.gerg.ca/
Be careful: sometimes, you're only standing on the shoulders of idiots.
Index: README.daap
===================================================================
RCS file: /cvs/gnome/rhythmbox/README.daap,v
retrieving revision 1.3
diff -u -r1.3 README.daap
--- README.daap 9 Sep 2005 20:27:24 -0000 1.3
+++ README.daap 10 Jan 2007 02:03:46 -0000
@@ -61,7 +61,7 @@
sw_discovery_oid structures, which are used to identify the specific mDNS/DNS-SD
call. If Rhythmbox is using Avahi, these datatypes represent
AvahiServiceBrowser, AvahiServiceResolver and AvahiEntryGroup variables,
-which, again, are used to uniquely idenfity the specific mDNS/DNS-SD call.
+which, again, are used to uniquely identify the specific mDNS/DNS-SD call.
Browsing for remote shares is started via rb_daap_mdns_browse() which takes a
callback that is run anytime a share is discovered or goes away. Browsing will
@@ -72,7 +72,7 @@
the callback is run, the resolving stops. If you wish to stop resolving early,
you can use rb_daap_mdns_resolve_cancel().
-Pubsishing is done via rb_daap_mdns_publish(). The callback for this function
+Publishing is done via rb_daap_mdns_publish(). The callback for this function
is used to notify you of success or failure due to name collision. Two servers
cannot have the same name. Publishing will continue until
rb_daap_mdns_publish_cancel() is called.
@@ -88,7 +88,7 @@
4. Connecting to a music share
-When a user clicks on an music share source in the list,
+When a user clicks on a music share source in the list,
rb-shell.c:rb_shell_select_source() runs the virtual function
rb_source_activate(). This tells the RBDAAPSource to resolve the server via
RBDAAPmDNSResolver. In the resolver's callback function, if the resolve was
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]