summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--lang/en_us.l28
-rw-r--r--version.log6
3 files changed, 20 insertions, 15 deletions
diff --git a/Changes b/Changes
index 9bc8157a0..b5e895f2d 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
+06/09 F Corrected a number of spelling errors in en_us.l. [ #94]
06/09 F Corrected a large number of spelling and typing errors in docs. [ #87]
06/09 F Corrected compile warning for Hybrid support. [ #93]
06/06 F Fixed a bug with long NSGuestNickPrefixes. [ #00]
diff --git a/lang/en_us.l b/lang/en_us.l
index d309ec2b6..3ef0ea13f 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -3,7 +3,7 @@
# (C) 2003 Anope Team
# Contact us at info@anope.org
#
-# Please read COPYING and README for furhter details.
+# Please read COPYING and README for further details.
#
# Based on the original code of Epona by Lara.
# Based on the original code of Services by Andy Church.
@@ -1533,9 +1533,9 @@ MEMO_MASS_SENT
MEMO_CANCEL_SYNTAX
CANCEL {nick | channel}
MEMO_CANCEL_DISABLED
- Sorry, memo cancelling is temporarily disabled.
+ Sorry, memo canceling is temporarily disabled.
MEMO_CANCEL_NONE
- No memo was cancellable.
+ No memo was cancelable.
MEMO_CANCELLED
Last memo to %s has been cancelled.
@@ -2805,7 +2805,7 @@ OPER_SESSION_INVALID_THRESHOLD
OPER_SESSION_NOT_FOUND
%s not found on session list.
OPER_SESSION_LIST_HEADER
- Hosts with atleast %d sessions:
+ Hosts with at least %d sessions:
OPER_SESSION_LIST_COLHEAD
Sessions Host
# limit, host
@@ -2864,7 +2864,7 @@ OPER_HELP_SESSION
Allows Services admins to view the session list.
- SESSION LIST lists hosts with atleast threshold sessions.
+ SESSION LIST lists hosts with at least threshold sessions.
The threshold must be a number greater than 1. This is to
prevent accidental listing of the large number of single
session hosts.
@@ -2888,7 +2888,7 @@ OPER_HELP_DEFCON
Syntax: DEFCON [1|2|3|4|5]
The defcon system can be used to implement a pre-defined
- set of restrictions to services useful during an attemtped
+ set of restrictions to services useful during an attempted
attack on the network.
OPER_HELP_DEFCON_NO_NEW_CHANNELS
@@ -3590,7 +3590,7 @@ NICK_SERVADMIN_HELP_LIST
Lists all registered nicknames which match the given
pattern, in nick!user@host format. Nicks with the PRIVATE
option set will only be displayed to Services admins. Nicks
- with the NOEXPIRE option set will have a ! prepended to the
+ with the NOEXPIRE option set will have a ! appended to the
nickname for Services admins.
If the FORBIDDEN, NOEXPIRE or UNCONFIRMED options are given, only
@@ -3674,7 +3674,7 @@ CHAN_HELP
%S allows you to register and control various
aspects of channels. %S can often prevent
malicious users from "taking over" channels by limiting
- who is allowed channel operator priviliges. Available
+ who is allowed channel operator privileges. Available
commands are listed below; to use them, type
/msg %S command. For more information on a
specific command, type /msg %S HELP command.
@@ -3688,7 +3688,7 @@ CHAN_HELP
LEVELS Redefine the meanings of access levels
AKICK Maintain the AutoKick list
DROP Cancel the registration of a channel
- SENDPASS Help retrive lost passwords
+ SENDPASS Help retrieve lost passwords
Other commands: BAN, CLEAR, DEOP, DEVOICE, GETKEY, INFO,
INVITE, KICK, LIST, LOGOUT, OP, TOPIC,
@@ -4589,7 +4589,7 @@ CHAN_SERVADMIN_HELP_LIST
Lists all registered channels matching the given pattern.
Channels with the PRIVATE option set will only be displayed
to Services admins. Channels with the NOEXPIRE option set
- will have a ! prepended to the channel name for Services admins.
+ will have a ! appended to the channel name for Services admins.
If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only
channels which, respectively, are FORBIDden, SUSPENDed or have
@@ -4829,7 +4829,7 @@ MEMO_HELP_STAFF
Sends all services staff a memo containing memo-text.
Note: If you have opers on both the oper list and the
- admin list they will recive the memo twice. The same
+ admin list they will receive the memo twice. The same
applies for oper's on the Root list as well as other
lists.
@@ -4845,7 +4845,7 @@ MEMO_HELP_RSEND
memo-text. When sending to a nickname, the recipient will
receive a notice that he/she has a new memo. The target
nickname/channel must be registered.
- Once the memo is read by its recepient, an automatic notification
+ Once the memo is read by its recipient, an automatic notification
memo will be sent to the sender informing him/her that the memo
has been read.
@@ -5336,7 +5336,7 @@ OPER_HELP_SET_NOEXPIRE
OPER_HELP_SET_SUPERADMIN
Syntax: SET SUPERADMIN {ON | OFF}
- Setting this will grant you extra privlages such as the
+ Setting this will grant you extra privileges such as the
ability to be "founder" on all channel's etc...
This option is not persistant, and should only be used when
@@ -5437,7 +5437,7 @@ OPER_HELP_KILLCLONES
prevent the offending clients from immediately
reconnecting. A wallops is also sent indicating who
used the command, which host was affected and how many
- users were killed. It's usefull for removing numerous
+ users were killed. It's useful for removing numerous
clones from the network.
Limited to Services operators.
diff --git a/version.log b/version.log
index 6e16f22b3..d20f9d620 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
-VERSION_BUILD="181"
+VERSION_BUILD="182"
# $Log$
#
+# BUILD : 1.7.3 (182)
+# BUGS : 94
+# NOTES : Fixed number of spelling errors in en_us.l. Thanks to Trystan for assisting corrections.
+#
# BUILD : 1.7.3 (181)
# BUGS : 87
# NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections.