I finally came around and submitting these spelling fixes to scripts and
manual page I've had for a while.
Please see attached files.
--
Anders Andersson <[EMAIL PROTECTED]>
UNIX, Networking, Securiy consultant
(+46) 705 87 53 35
Index: epic.1
===================================================================
RCS file: /home/cvs/repository/epic4/doc/epic.1,v
retrieving revision 1.4
diff -u -r1.4 epic.1
--- epic.1 2001/11/15 17:29:00 1.4
+++ epic.1 2001/11/27 10:28:28
@@ -80,7 +80,7 @@
You might need to use this option when
.Xr gethostname 3
does not return a hostname (in some poorly configured NIS environments).
-The use of multiple IP addresses on a single machine is commonly refered to as
"virtual hosting", and each IP address is a "virtual host".
+The use of multiple IP addresses on a single machine is commonly referred to as
+"virtual hosting", and each IP address is a "virtual host".
Please understand that an irc client may not tell the irc server what your hostname
should be: the server alone determines that.
Servers typically use the canonical hostname for an IP address as your hostname.
Because of this, this option will not permit you to use a CNAME (secondary hostname
for an IP address), because the server will use the canonical hostname instead.
@@ -105,7 +105,7 @@
This option overrides the
.Ev IRCNICK
environment variable.
-This option can be overriden if you specify nickname argument in the command line
(see below).
+This option can be overridden if you specify nickname argument in the command line
+(see below).
.It Fl p Ar port
Use the specified port as the default port for new server connections.
The default port is usually 6667.
@@ -197,11 +197,11 @@
Most major servers on big public networks accept connections on many different ports,
with the most common being most or all of the ports between 6660 and 6675.
You can usually connect much faster if you use a port other than 6667, if the server
you're connecting to supports an alternate port.
.It Nm "epic nickname irc.efnet.net"
-If you're totaly stumped and trying to get on efnet, try this.
+If you're totally stumped and trying to get on efnet, try this.
.It Nm "epic nickname irc.undernet.org"
-If you're totaly stumped and trying to get on undernet, try this.
+If you're totally stumped and trying to get on undernet, try this.
.It Nm "epic nickname irc.dal.net"
-If you're totaly stumped and trying to get on dalnet, try this.
+If you're totally stumped and trying to get on dalnet, try this.
.Sh "FILES"
.Bl -tag -width "/usr/local/share/epic"
.It Nm /usr/local/bin/epic
@@ -261,7 +261,7 @@
.It Ev IRCNICK
The user's default IRC nickname
.It Ev IRCNAME
-The user's default IRC realname (otherwise retreieved from
+The user's default IRC realname (otherwise retrieved from
.Pa /etc/passwd
)
.It Ev IRCSERVER
Index: script/2.8script
===================================================================
RCS file: /home/cvs/repository/epic4/script/2.8script,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 2.8script
--- script/2.8script 2000/12/05 00:11:57 1.1.1.1
+++ script/2.8script 2001/11/27 11:08:59
@@ -5,7 +5,7 @@
This script references some aliases that are in 'basical'. Both of
these scripts should be loaded from 'global', so that should not be
a problem. This script will _not_ work correctly if 'basical' is not
- loaded from 'global'. This script is a dependancy for other scripts.
+ loaded from 'global'. This script is a dependency for other scripts.
THIS SCRIPT MUST ALWAYS BE LOADED, OR OTHER SCRIPTS MIGHT NOT WORK!
THIS VERSION IS FOR EPIC CLIENTS ONLY (EPIC3.001 or up)
@@ -135,10 +135,10 @@
# Ban list:
on ^367 * xecho -b $[$CHANNEL_NAME_WIDTH]1 $2-
-# Compatabiilty with BX
+# Compatibility with BX
alias evalserver xeval -server $*
-# Compatability with EPIC4pre1.013 through EPIC4pre1.047
+# Compatibility with EPIC4pre1.013 through EPIC4pre1.047
on ^set "CONTROL_C_COLOR ON" set color on
on ^set "CONTROL_C_COLOR OFF" set color off
Index: script/alias
===================================================================
RCS file: /home/cvs/repository/epic4/script/alias,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 alias
--- script/alias 2000/12/05 00:11:57 1.1.1.1
+++ script/alias 2001/11/27 11:08:59
@@ -5,7 +5,7 @@
alias wa whois $.
alias ia invite $. $C
#
-# command collision cludges
+# command collision kludges
alias no notice
alias nf notify
alias la lastlog
Index: script/altchan
===================================================================
RCS file: /home/cvs/repository/epic4/script/altchan,v
retrieving revision 1.1
diff -u -r1.1 altchan
--- script/altchan 2001/06/27 23:17:16 1.1
+++ script/altchan 2001/11/27 11:08:59
@@ -1,6 +1,6 @@
#
# "altchan" -- a script to implement ALT-<number> key bindings
-# BitchX I guess does this by default. So here is a compatability script.
+# BitchX I guess does this by default. So here is a compatibility script.
# It does require that your meta key actually work.
#
Index: script/autoop
===================================================================
RCS file: /home/cvs/repository/epic4/script/autoop,v
retrieving revision 1.2
diff -u -r1.2 autoop
--- script/autoop 2001/03/14 20:01:46 1.2
+++ script/autoop 2001/11/27 11:08:59
@@ -1,5 +1,5 @@
# AutoOp by Ian Frechette 12-10-92
-# EPIC modifications as neccesary by Jeremy Nelson
+# EPIC modifications as necessary by Jeremy Nelson
# the people you want to be opped by default. Wildcards are allowed.
# the patterns must be of the form user@host
Index: script/away
===================================================================
RCS file: /home/cvs/repository/epic4/script/away,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 away
--- script/away 2000/12/05 00:11:57 1.1.1.1
+++ script/away 2001/11/27 11:08:59
@@ -7,7 +7,7 @@
/*
* This variable determines how often you send the away message to a
- * person, even if theyve already seen it.
+ * person, even if they've already seen it.
*/
@ away.recycle_time = 10000
Index: script/basical
===================================================================
RCS file: /home/cvs/repository/epic4/script/basical,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 basical
--- script/basical 2000/12/05 00:11:57 1.1.1.1
+++ script/basical 2001/11/27 11:08:59
@@ -47,7 +47,7 @@
window name ircII
#
-# These functions are _absolutely_ neccesary for other scripts to work
+# These functions are _absolutely_ necessary for other scripts to work
# correctly. That means that loading this script from global is _not_
# optional.
#
Index: script/country
===================================================================
RCS file: /home/cvs/repository/epic4/script/country,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 country
--- script/country 2000/12/05 00:11:57 1.1.1.1
+++ script/country 2001/11/27 11:08:59
@@ -31,10 +31,10 @@
/country <flags> <arg>
- Supported for backwards compatability are the ability
+ Supported for backwards compatibility are the ability
to specify flags. All flags (except for -n, which is
strictly ignored) have the same effect, and that is
- to circimvent the userhost lookup and do a direct
+ to circumvent the userhost lookup and do a direct
lookup on the argument. The previous meanings of the
flags are no longer supported as they make no sense now.
Index: script/dig
===================================================================
RCS file: /home/cvs/repository/epic4/script/dig,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dig
--- script/dig 2000/12/05 00:11:57 1.1.1.1
+++ script/dig 2001/11/27 11:08:59
@@ -15,7 +15,7 @@
# Somewhat kludge function here. This function finds the parent domain
# to given host, rather than using a assumed approach
# e.g. Many would view www.syd.lucid.net.au as being from the domain
-# lucid.net.au - when it's parent domain is infact syd.lucid.net.au
+# lucid.net.au - when it's parent domain is in fact syd.lucid.net.au
# This function has it's uses, to some more than others.
# requires hop's pipe function, as well as the "dig" program.
# $digdomain(squishycow.syd.lucid.net.au) returns "syd.lucid.net.au"
Index: script/environment
===================================================================
RCS file: /home/cvs/repository/epic4/script/environment,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 environment
--- script/environment 2000/12/05 00:11:57 1.1.1.1
+++ script/environment 2001/11/27 11:09:00
@@ -2,7 +2,7 @@
# A NEW ENVIRONMENT (C) 1993
# Written by Jeremy Nelson ([EMAIL PROTECTED])
#
-# **************** New enviornment ***************************
+# **************** New environment ***************************
alias howlong @ function_return = tdiff(${time()-[$0]})
alias now @ function_return = strftime(%T)
alias tia @ function_return = A?[<$now()>]:[]
@@ -55,7 +55,7 @@
on ^send_action * echo :Action: \($0\) $N $1-
on ^ctcp_reply * echo CTCP from $0. $1: $2- $tia()
on -ctcp_reply "% PING *" comment
-on ^invite * echo *** Invitation to $1 recieved from $0 $now().
+on ^invite * echo *** Invitation to $1 received from $0 $now().
on ^topic * echo *** topic The topic on $1 is now $2- \($0\) $now()
on ^notify_signoff * echo NOTIFY $0 signed OFF [$now()]
set notify_userhost_automatic on
Index: script/fake-dcc
===================================================================
RCS file: /home/cvs/repository/epic4/script/fake-dcc,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 fake-dcc
--- script/fake-dcc 2000/12/05 00:11:57 1.1.1.1
+++ script/fake-dcc 2001/11/27 11:09:00
@@ -5,7 +5,7 @@
* be substituted for ``DCC'' as a CTCP.
*
* The sender randomly picks a word off that list and uses it.
- * The reciever then reparses the handshake if its on his list.
+ * The receiver then reparses the handshake if its on his list.
*
* Don't be fooled. This script is not nearly as useful as it
* might be made to be. Its just a contrived example.
@@ -21,7 +21,7 @@
}
/*
- * Reciever's side
+ * Receiver's side
*/
on ^raw_irc "% PRIVMSG % :$chr(1)\\[$fake_dcc\\]*" {
pretend $0 $1 $2 :$chr(1)DCC $4-
Index: script/functions
===================================================================
RCS file: /home/cvs/repository/epic4/script/functions,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 functions
--- script/functions 2000/12/05 00:11:57 1.1.1.1
+++ script/functions 2001/11/27 11:09:00
@@ -42,7 +42,7 @@
/*
* All of these functions have been obsoleted by built in functions
- * in ircII-EPIC. Some of them were obsoleted by comporable functions,
+ * in ircII-EPIC. Some of them were obsoleted by comparable functions,
* and several of them were re-implemented as built-in functions for no
* reason other than to provide a faster alternative to these functions.
*/
@@ -78,7 +78,7 @@
#
# Center text within a given width. center(width text)
# "$center(10 one)" returns " one"
-# this might not make sense at first, but it saves alot of cursor travel
+# this might not make sense at first, but it saves a lot of cursor travel
# not writing all the spaces on the right side.
#
# Obsoleted by the built-in $center().
@@ -94,11 +94,11 @@
}
#
-# This is the huge beastly CPU expensive search and replace funnction
+# This is the huge beastly CPU expensive search and replace function
# written entirely in ircII script language.
# $sandr(search pat/replace pat/words)
# the search and replace patterns can contain spaces or any other chars
-# with the exeption of '/'.
+# with the exception of '/'.
#
# Obsoleted by the built-in $sar(), which has more features, allows
# more flexibility, and is orders of magnitude faster.
@@ -182,7 +182,7 @@
# this only takes the name of the list instead of the variable itself.
# examples.
# /push list Item
-# or if (push(list Item)) { echo push sucessful } { echo push failed }
+# or if (push(list Item)) { echo push successful } { echo push failed }
# echo $list returns 'Item'
#
# Obsoleted by the built-in $push() function, and built-in PUSH command.
@@ -219,7 +219,7 @@
}
-# This alias sorts flat lists case insenstive
+# This alias sorts flat lists case insensitive
# IT can be easily changed to sort case sensitive by removing the
# $toupper() call.
# operation.. $sort(list or words here) will return a string with
@@ -237,7 +237,7 @@
foreach sort.str ii {
# sort ascending
@ sort.tmp = sort.tmp ## sort.sep ## sort.str[$ii]
- # sort decending
+ # sort descending
# push sort.tmp sort.str[$ii]
^assign -sort.str[$ii]
@ sort.sep = [ ]
Index: script/grep
===================================================================
RCS file: /home/cvs/repository/epic4/script/grep,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 grep
--- script/grep 2000/12/05 00:11:57 1.1.1.1
+++ script/grep 2001/11/27 11:09:00
@@ -1,5 +1,5 @@
#
-# grep 1.0 -- addes [e]grep support to the client, neat
+# grep 1.0 -- adds [e]grep support to the client, neat
# Author -- [EMAIL PROTECTED] White_Dragon Chip Norkus
# Any deviation from the original is Jeremy Nelson's fault.
#
Index: script/guh
===================================================================
RCS file: /home/cvs/repository/epic4/script/guh,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 guh
--- script/guh 2000/12/05 00:11:57 1.1.1.1
+++ script/guh 2001/11/27 11:09:00
@@ -5,7 +5,7 @@
* Written by Jeremy Nelson ([EMAIL PROTECTED])
* Requires ircII-EPIC
*
- * General aliases that are usefull for tracking
+ * General aliases that are useful for tracking
* "whatchan" - returns all the channels a person is on
* "is_on" - returns the nickname of a user if s/he is on.
* "uh" - takes a list of names and returns a list of userhosts
Index: script/hybrid6
===================================================================
RCS file: /home/cvs/repository/epic4/script/hybrid6,v
retrieving revision 1.3
diff -u -r1.3 hybrid6
--- script/hybrid6 2001/06/01 16:40:04 1.3
+++ script/hybrid6 2001/11/27 11:09:00
@@ -1,6 +1,6 @@
###############################################################################
# hybrid-6 script (c) 2000 Edward Brocklesby
-# includes modified code rfrom da5id's newons.irc
+# includes modified code from da5id's newons.irc
#
# usage: (stuff in [] is optional)
# /kline [time] <nick or user@host> [reason] (add a tkline, defaults to 60)
Index: script/imap
===================================================================
RCS file: /home/cvs/repository/epic4/script/imap,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 imap
--- script/imap 2000/12/05 00:11:57 1.1.1.1
+++ script/imap 2001/11/27 11:09:00
@@ -57,7 +57,7 @@
}
# used internally to build the actual map data list. Takes no args.
-# This also constucts a list of hostmasks to be used by map.cleanmasks
+# This also constructs a list of hostmasks to be used by map.cleanmasks
alias map.buildlist
{
^on ^364 * {
@@ -92,7 +92,7 @@
//links $*
}
-# called after the initial list is constucted. no args.
+# called after the initial list is constructed. no args.
# This go through the main list of hubs and strips the names down to
# the hostmask so.. hub goren.u.washington.edu becomes *.washington.edu
# the mask are determined from the servername field so this step cannot
Index: script/list
===================================================================
RCS file: /home/cvs/repository/epic4/script/list,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 list
--- script/list 2000/12/05 00:11:57 1.1.1.1
+++ script/list 2001/11/27 11:09:00
@@ -1,7 +1,7 @@
# showlist <list of items>
#
# Comments:
-# This is apparantly an intellectual exercise, as this is most certainly
+# This is apparently an intellectual exercise, as this is most certainly
# not the "best" way to do this, by any modern measure. However, it does
# demonstrate that it is possible to use a counter to iterate through the
# argument list in a useful manner without using recursion of any kind.
Index: script/local.examp
===================================================================
RCS file: /home/cvs/repository/epic4/script/local.examp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 local.examp
--- script/local.examp 2000/12/05 00:11:57 1.1.1.1
+++ script/local.examp 2001/11/27 11:09:00
@@ -7,7 +7,7 @@
eval echo *** You are running ircII version $J
echo ***
echo *** If you see anything you suspect to be a bug, please
-echo *** notify [EMAIL PROTECTED] immediately for correction.
+echo *** notify [EMAIL PROTECTED] immediately for correction.
echo ***
echo *** End of Message.
Index: script/netsplit
===================================================================
RCS file: /home/cvs/repository/epic4/script/netsplit,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 netsplit
--- script/netsplit 2000/12/05 00:11:57 1.1.1.1
+++ script/netsplit 2001/11/27 11:09:00
@@ -108,7 +108,7 @@
purge signoffs
}
-# If you want to supress mode changes by servers.. (ussually after a split)
+# If you want to suppress mode changes by servers.. (usually after a split)
# then uncomment next line
# ^on ^mode "%.%" #
Index: script/netsplit.env
===================================================================
RCS file: /home/cvs/repository/epic4/script/netsplit.env,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 netsplit.env
--- script/netsplit.env 2000/12/05 00:11:57 1.1.1.1
+++ script/netsplit.env 2001/11/27 11:09:00
@@ -113,7 +113,7 @@
purge signoffs
}
-# If you want to supress mode changes by servers.. (ussually after a split)
+# If you want to suppress mode changes by servers.. (usually after a split)
# then uncomment next line
# ^on ^mode "%.%" #
Index: script/scan
===================================================================
RCS file: /home/cvs/repository/epic4/script/scan,v
retrieving revision 1.1
diff -u -r1.1 scan
--- script/scan 2001/01/23 19:00:27 1.1
+++ script/scan 2001/11/27 11:09:00
@@ -1,6 +1,6 @@
#
# Just a quick and dirty /scan routine. It's about as fast as I could
-# make it. It could be fast if the nicks wern't aligned but that'd be
+# make it. It could be fast if the nicks weren't aligned but that'd be
# ugly.
#
# - whitefang ([EMAIL PROTECTED])
Index: script/screen
===================================================================
RCS file: /home/cvs/repository/epic4/script/screen,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 screen
--- script/screen 2000/12/05 00:11:57 1.1.1.1
+++ script/screen 2001/11/27 11:09:00
@@ -7,7 +7,7 @@
# window [new] level NONE hold [off|on] scroll [off|on] chan #some_channel
# window hide
#
-# Are useful for setting up these windows, with the first occurance not
+# Are useful for setting up these windows, with the first occurrence not
# having a "new" ..and the last not having a "hide".
#
# ^X1 - ^X0 swap windows 1 to 10.
Index: script/setmail
===================================================================
RCS file: /home/cvs/repository/epic4/script/setmail,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 setmail
--- script/setmail 2000/12/05 00:11:57 1.1.1.1
+++ script/setmail 2001/11/27 11:09:00
@@ -7,7 +7,7 @@
#
# This script is a good example of how to use /on set to add a new /set
# and change the default behavior of an existing /set to do something that
-# you otherwise couldnt do! =)
+# you otherwise couldn't do! =)
#
@ mail.format1 = [ (Mail)]
Index: script/time
===================================================================
RCS file: /home/cvs/repository/epic4/script/time,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 time
--- script/time 2000/12/05 00:11:57 1.1.1.1
+++ script/time 2001/11/27 11:09:00
@@ -1,5 +1,5 @@
# This will put the current time, date, etc according to your server
-# in the approriate variables
+# in the appropriate variables
alias servertime {
stack push on 391
^on ^391 * {
Index: script/tls
===================================================================
RCS file: /home/cvs/repository/epic4/script/tls,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 tls
--- script/tls 2000/12/05 00:11:57 1.1.1.1
+++ script/tls 2001/11/27 11:09:00
@@ -16,7 +16,7 @@
* server or not: <ESC>-t turns this option on and off.
*
* It also effects the output of /STAT L
- * SEEING USERS ON A SERVER IS AN OPERATOR PRIVILEDGE. :p
+ * SEEING USERS ON A SERVER IS AN OPERATOR PRIVILEGE. :p
*
*/
/* These special formatting aliases are courtesy of SIO and hop */
Index: script/vi-binds
===================================================================
RCS file: /home/cvs/repository/epic4/script/vi-binds,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 vi-binds
--- script/vi-binds 2000/12/05 00:11:57 1.1.1.1
+++ script/vi-binds 2001/11/27 11:09:00
@@ -1,6 +1,6 @@
#
# This script makes an attempt to simulate vi keybindings using the
-# meta4 sticky keybinding. Who knows how successfull I will be...
+# meta4 sticky keybinding. Who knows how successful I will be...
# This is very much a work in progress. Not every vi keybinding maps
# nicely to an ircII keybinding. Some of these new keybindings can just
# as well be added to epic, some of them may never be. Suggestions for