diff options
-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 |