diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-24 07:29:36 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-24 07:29:36 +0000 |
commit | bee4bee5327a9af328aedc4e0a25c9d28ecc39e6 (patch) | |
tree | 724466868c58948b283043e1e6e9c0bd996a7395 | |
parent | 4a13e8096ec4ae458c6afe5c5d586427578344df (diff) |
BUILD : 1.7.11 (895) BUGS : NOTES : Fixed a typo in en_us.l
git-svn-id: svn://svn.anope.org/anope/trunk@895 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@642 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -8,6 +8,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 07/01 A Events for channel access/xop updates. [ #00] 06/26 A New module pack module: hs_request. [ #00] 06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389] +09/24 F Typo in English language file. [ #00] 09/21 F Segfault when find_byuid() was called with a NULL argument. [ #00] 09/20 F Ident length checking when adding a bot was broken. [ #00] 09/20 F No response was giving when trying to load a non-existing module. [ #00] diff --git a/lang/en_us.l b/lang/en_us.l index 16eb367bf..d23f087cc 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -3392,7 +3392,7 @@ NICK_HELP_GROUP group. password is the password of the target nickname. Joining a group will allow you to share your configuration, - memos, and channel priviledges with all the nicknames in the + memos, and channel privileges with all the nicknames in the group, and much more! A group exists as long as it is useful. This means that even diff --git a/version.log b/version.log index 855816926..1dd2b7884 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="11" VERSION_EXTRA="-rc3" -VERSION_BUILD="894" +VERSION_BUILD="895" # $Log$ # +# BUILD : 1.7.11 (895) +# BUGS : +# NOTES : Fixed a typo in en_us.l +# # BUILD : 1.7.11 (894) # BUGS : # NOTES : Anope 1.7.11-rc3 |