Author: poeml Date: Thu Sep 2 02:11:32 2010 New Revision: 8096 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8096&view=rev Log: mod_mirrorbrain: fixed one typo in a comment, and one in a string Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8096&r1=8095&r2=8096&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Thu Sep 2 02:11:32 2010 _at_@ -2060,7 +2060,7 @@ apr_array_header_t *m; m = apr_array_make(r->pool, 7, sizeof(char *)); - /* Bittorrent info hash */ + /* BitTorrent info hash */ APR_ARRAY_PUSH(m, char *) = apr_psprintf(r->pool, "magnet:?xt=urn:btih:%s", hashbag->btihhex); #if 0 _at_@ -3171,7 +3171,7 @@ AP_INIT_TAKE1("MirrorBrainTorrentTrackerURL", mb_cmd_tracker_url, NULL, RSRC_CONF, - "Define the URL a Bittorrent Tracker be included in Torrents and in Magnet " + "Define the URL a BitTorrent Tracker to be included in Torrents and in Magnet " "links. Directive can be repeated to specify multiple URLs."), AP_INIT_TAKE2("MirrorBrainDHTNode", mb_cmd_dht_node, NULL, _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Thu Sep 02 2010 - 00:11:34 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT