]> git.meshlink.io Git - catta/commitdiff
Spelling/grammar corrections (all trivial)
authorTed Percival <ted@tedp.net>
Fri, 28 Sep 2007 14:51:54 +0000 (14:51 +0000)
committerTed Percival <ted@tedp.net>
Fri, 28 Sep 2007 14:51:54 +0000 (14:51 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1544 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-autoipd/main.c
avahi-core/iface.c
avahi-core/socket.c
avahi-core/wide-area.c
docs/NEWS
man/avahi-autoipd.8.xml.in
man/avahi-daemon.8.xml.in

index 4a51dc378ef4fc559f55689b4ffa3352c10e400b..8cab9f557641836f5551d312958579d60896a65b 100644 (file)
@@ -1216,13 +1216,13 @@ static int loop(int iface, uint32_t addr) {
                 if (info.sender_ip_address == addr) {
                     /* Normal conflict */
                     conflict = 1;
                 if (info.sender_ip_address == addr) {
                     /* Normal conflict */
                     conflict = 1;
-                    daemon_log(LOG_INFO, "Recieved conflicting normal ARP packet.");
+                    daemon_log(LOG_INFO, "Received conflicting normal ARP packet.");
                 } else if (state == STATE_WAITING_PROBE || state == STATE_PROBING || state == STATE_WAITING_ANNOUNCE) {
                     /* Probe conflict */
                     conflict = info.target_ip_address == addr && memcmp(hw_address, info.sender_hw_address, ETHER_ADDRLEN);
 
                     if (conflict)
                 } else if (state == STATE_WAITING_PROBE || state == STATE_PROBING || state == STATE_WAITING_ANNOUNCE) {
                     /* Probe conflict */
                     conflict = info.target_ip_address == addr && memcmp(hw_address, info.sender_hw_address, ETHER_ADDRLEN);
 
                     if (conflict)
-                        daemon_log(LOG_INFO, "Recieved conflicting probe ARP packet.");
+                        daemon_log(LOG_INFO, "Received conflicting probe ARP packet.");
                 }
 
                 if (conflict) {
                 }
 
                 if (conflict) {
@@ -1426,7 +1426,7 @@ static void help(FILE *f, const char *a0) {
             "    -D --daemonize      Daemonize after startup\n"
             "    -s --syslog         Write log messages to syslog(3) instead of STDERR\n"
             "    -k --kill           Kill a running daemon\n"
             "    -D --daemonize      Daemonize after startup\n"
             "    -s --syslog         Write log messages to syslog(3) instead of STDERR\n"
             "    -k --kill           Kill a running daemon\n"
-            "    -r --refresh        Request a running daemon to refresh it's IP address\n"
+            "    -r --refresh        Request a running daemon refresh its IP address\n"
             "    -c --check          Return 0 if a daemon is already running\n"
             "    -V --version        Show version\n"
             "    -S --start=ADDRESS  Start with this address from the IPv4LL range\n"
             "    -c --check          Return 0 if a daemon is already running\n"
             "    -V --version        Show version\n"
             "    -S --start=ADDRESS  Start with this address from the IPv4LL range\n"
index f90a61ada37627780dfcb63fb4dbc20528962844..8098de4a38bb335465feaebbab7c9af5d0947755 100644 (file)
@@ -799,7 +799,7 @@ AvahiIfIndex avahi_find_interface_for_address(AvahiInterfaceMonitor *m, const Av
     assert(m);
 
     /* Some stupid OS don't support passing the interface index when a
     assert(m);
 
     /* Some stupid OS don't support passing the interface index when a
-     * packet is recieved. We have to work around that limitation by
+     * packet is received. We have to work around that limitation by
      * looking for an interface that has the incoming address
      * attached. This is sometimes ambiguous, but we have to live with
      * it. */
      * looking for an interface that has the incoming address
      * attached. This is sometimes ambiguous, but we have to live with
      * it. */
index 61b5eb4c868021e920be7c8b7039a5e0274fcb75..ddd1482cbc816b15fab4475a6b17712cd19c9e5f 100644 (file)
@@ -670,7 +670,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ipv4(
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
-        recieved. We suppress warnings in this case because this might
+        received. We suppress warnings in this case because this might
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */
 
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */
 
@@ -824,7 +824,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ipv6(
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
-        recieved. We suppress warnings in this case because this might
+        received. We suppress warnings in this case because this might
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */
 
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */
 
index bf3f60de03b92bc47a1ae41c39f3b4e93a2dc8a3..add81c7e920efb67e81f38fd61bc4881f9e2deb6 100644 (file)
@@ -515,7 +515,7 @@ static void handle_packet(AvahiWideAreaLookupEngine *e, AvahiDnsPacket *p) {
         AvahiKey *k;
         
         if (!(k = avahi_dns_packet_consume_key(p, NULL))) {
         AvahiKey *k;
         
         if (!(k = avahi_dns_packet_consume_key(p, NULL))) {
-            avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading question key. (Maybe an UTF8 problem?)");
+            avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading question key. (Maybe a UTF-8 problem?)");
             avahi_server_set_errno(e->server, AVAHI_ERR_INVALID_PACKET);
             final_event = AVAHI_BROWSER_FAILURE;
             goto finish;
             avahi_server_set_errno(e->server, AVAHI_ERR_INVALID_PACKET);
             final_event = AVAHI_BROWSER_FAILURE;
             goto finish;
@@ -532,7 +532,7 @@ static void handle_packet(AvahiWideAreaLookupEngine *e, AvahiDnsPacket *p) {
         AvahiRecord *rr;
 
         if (!(rr = avahi_dns_packet_consume_record(p, NULL))) {
         AvahiRecord *rr;
 
         if (!(rr = avahi_dns_packet_consume_record(p, NULL))) {
-            avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading response ecord. (Maybe an UTF8 problem?)");
+            avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading response record. (Maybe a UTF-8 problem?)");
             avahi_server_set_errno(e->server, AVAHI_ERR_INVALID_PACKET);
             final_event = AVAHI_BROWSER_FAILURE;
             goto finish;
             avahi_server_set_errno(e->server, AVAHI_ERR_INVALID_PACKET);
             final_event = AVAHI_BROWSER_FAILURE;
             goto finish;
index 9af73a6396041cc053d3231ec533f476c9f0153e..ed48d0ee76507d1c6a64053e7345d16a92e53d82 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -14,7 +14,7 @@ This is an important bugfix release.
  * Properly find alternative service/host names for very long names
  * DNS name compression fix (Sjoerd Simons)
  * Fedora init script order fix
  * Properly find alternative service/host names for very long names
  * DNS name compression fix (Sjoerd Simons)
  * Fedora init script order fix
- * Several fixes to make gcc produces less warnings
+ * Several fixes to make gcc produce less warnings
  * Minor documentation and build fixes
 
 This release is backwards compatible with Avahi 0.6.x with x < 21.
  * Minor documentation and build fixes
 
 This release is backwards compatible with Avahi 0.6.x with x < 21.
@@ -219,7 +219,7 @@ Changes:
     picked instead. This follows Bonjour's behaviour and has the
     advantage not confusing people with regular host names ending in
     digits.
     picked instead. This follows Bonjour's behaviour and has the
     advantage not confusing people with regular host names ending in
     digits.
-  * Don't disable all static services when SIGHUP is recieved.
+  * Don't disable all static services when SIGHUP is received.
   * Fix build when Avahi is configured without Gtk+ but with Python
     support
   * Fix build on MacOS X
   * Fix build when Avahi is configured without Gtk+ but with Python
     support
   * Fix build on MacOS X
@@ -639,7 +639,7 @@ and boasts the following features
 mDNS/DNS-SD is part of a larger set of specifications for easy
 configuration of networking known as "ZeroConf"
 (http://www.zeroconf.org/), with the aim of allowing you to plug into
 mDNS/DNS-SD is part of a larger set of specifications for easy
 configuration of networking known as "ZeroConf"
 (http://www.zeroconf.org/), with the aim of allowing you to plug into
-a network and instantly be able to interact with it's services.
+a network and instantly be able to interact with its services.
 
 Avahi was designed to be a fully free implementation, and is
 available under the LGPL.  Many other implementations of the mDNS/DNS-SD
 
 Avahi was designed to be a fully free implementation, and is
 available under the LGPL.  Many other implementations of the mDNS/DNS-SD
index 46557651fdf6fcd9f3bcd9eb13b496f3f9ab9094..2e7bb67cce5a6ad89c200838efe9fc153f9a9dde 100644 (file)
         <p><opt>--no-proc-title</opt></p>
         <optdesc><p>Don't change the process name while
         running. Unless this option is specified avahi-autoipd will
         <p><opt>--no-proc-title</opt></p>
         <optdesc><p>Don't change the process name while
         running. Unless this option is specified avahi-autoipd will
-        reflect it's current state and the IP address in the process
+        reflect its current state and the IP address in the process
         title.</p></optdesc>
       </option>
 
         title.</p></optdesc>
       </option>
 
index fdbf8c0e8997c6be156d591f44c0fbad225615fe..7b5539d1d404a1b84ddaba58d5350289e27fa5f2 100644 (file)
@@ -95,7 +95,7 @@
         <p><opt>--no-proc-title</opt></p>
         <optdesc><p>Don't change the process name while
         running. Unless this option is specified avahi-daemon will reflect
         <p><opt>--no-proc-title</opt></p>
         <optdesc><p>Don't change the process name while
         running. Unless this option is specified avahi-daemon will reflect
-        it's current state and the selected host name in the process
+        its current state and the selected host name in the process
         title.</p></optdesc>
       </option>
 
         title.</p></optdesc>
       </option>