Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #301 from itsthem/master
Replace gendered pronouns with gender neutral ones.
  • Loading branch information
lathiat committed Aug 28, 2020
2 parents e8a3dd0 + 038b641 commit d1e71b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion avahi-common/defs.h
Expand Up @@ -198,7 +198,7 @@
* domains becomes more important for Avahi enabled applications. All
* applications that offer the user a list of services discovered with
* Avahi should offer some kind of editable drop down box where the
* user can either enter his own domain or select one of those offered
* user can either enter their own domain or select one of those offered
* by AvahiDomainBrowser. The default domain to browse should be the
* one returned by avahi_client_get_domain_name(). The list of domains
* returned by AvahiDomainBrowser is assembled by the browsing domains
Expand Down
2 changes: 1 addition & 1 deletion avahi-common/watch.h
Expand Up @@ -55,7 +55,7 @@ typedef void (*AvahiTimeoutCallback)(AvahiTimeout *t, void *userdata);
/** Defines an abstracted event polling API. This may be used to
connect Avahi to other main loops. This is loosely based on Unix
poll(2). A consumer will call watch_new() for all file descriptors it
wants to listen for events on. In addition he can call timeout_new()
wants to listen for events on. In addition they can call timeout_new()
to define time based events .*/
struct AvahiPoll {

Expand Down
4 changes: 2 additions & 2 deletions avahi-core/socket.c
Expand Up @@ -212,8 +212,8 @@ static int bind_with_warn(int fd, const struct sockaddr *sa, socklen_t l) {
} else {

/* We enable SO_REUSEADDR afterwards, to make sure that the
* user may run other mDNS implementations if he really
* wants. */
* user may run other mDNS implementations if they really
* want. */

if (reuseaddr(fd) < 0)
return -1;
Expand Down
2 changes: 1 addition & 1 deletion docs/README
Expand Up @@ -30,7 +30,7 @@ Avahi has the following requirements:
- DBUS 0.3x (optional, if you disable this, the daemon is not
accessible over IPC to other applications!)
- gtk2 + glade (optional, needed for avahi-discover-standalone)
- doxygen (optional, needed for he API documentaton)
- doxygen (optional, needed for the API documentaton)
- Python 2.4, pygtk2 (optional, needed by all client tools)
- python-twisted (optional, needed by avahi-bookmarks)
- xmltoman (if building from SVN rather than a tarball)
Expand Down

0 comments on commit d1e71b3

Please sign in to comment.