diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-21 17:52:12 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-21 17:52:12 +0000 |
commit | 92a3272338337cd51e7f5dd18d8af2dcfde21bbb (patch) | |
tree | 76c044cef9db38efae95f63bce2e9f54c1f184e5 | |
parent | a6207f2de6ef26fa2c733ed613a45a91c8e57136 (diff) |
- Fixed grammatical error
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2890 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ $Id$ The hybrid team is a group of ircd coders who were frustrated -with the instability and all-out "dirtiness" of the EFnet ircd's +with the instability and all-out "dirtiness" of the EFnet ircd available. "hybrid" is the name for the collective efforts of a group of people, all of us. diff --git a/src/version.c b/src/version.c index fad9d38..daba787 100644 --- a/src/version.c +++ b/src/version.c @@ -45,7 +45,7 @@ const char *infotext[] = "", "", "The hybrid team is a group of ircd coders who were frustrated", - "with the instability and all-out dirtiness of the EFnet ircd's", + "with the instability and all-out dirtiness of the EFnet ircd", "available. hybrid is the name for the collective efforts of a group", "of people, all of us.", "", |