[X2serv-cvs] [CVS] Module x3: Change committed
Brought to you by:
sirvulcan
|
From: Alex S. <ru...@us...> - 2005-05-18 17:51:31
|
Committer : Alex Schumann <ru...@us...>
CVSROOT : /cvsroot/x2serv
Module : x3
Commit time: 2005-05-18 17:51:16 UTC
Modified files:
ChangeLog.X3 src/chanserv.help src/nickserv.help
Log message:
fixed spelling
---------------------- diff included ----------------------
Index: x3/ChangeLog.X3
diff -u x3/ChangeLog.X3:1.31 x3/ChangeLog.X3:1.32
--- x3/ChangeLog.X3:1.31 Wed May 18 09:03:12 2005
+++ x3/ChangeLog.X3 Wed May 18 10:51:05 2005
@@ -10,8 +10,10 @@
* src/global.c: Fixed syntax display
* src/chanserv.help: Removed =---= formatting, fixed a few things.
+ *spelling
* src/nickserv.help: Removed =---= formatting, fixed a few things.
+ *spelling
* src/opserv.help: Removed =---= formatting, fixed a few things.
@@ -210,5 +212,5 @@
***********************************************************************/
-#define CVS_VERSION "$Revision: 1.31 $"
+#define CVS_VERSION "$Revision: 1.32 $"
Index: x3/src/chanserv.help
diff -u x3/src/chanserv.help:1.15 x3/src/chanserv.help:1.16
--- x3/src/chanserv.help:1.15 Wed May 18 09:03:13 2005
+++ x3/src/chanserv.help Wed May 18 10:51:06 2005
@@ -7,7 +7,7 @@
" help system uses the format: ",
" $b/MSG $C HELP <$bsubject$b>$b ",
" (In help, Words in <> represent required",
- " paramiters. Words in [] are optional.)",
+ " parameters. Words in [] are optional.)",
" For example: $b/msg $C HELP UBM$b ",
" shows help with the Un-Ban Me command. ",
"=---------------------------------------=",
Index: x3/src/nickserv.help
diff -u x3/src/nickserv.help:1.12 x3/src/nickserv.help:1.13
--- x3/src/nickserv.help:1.12 Wed May 18 09:03:13 2005
+++ x3/src/nickserv.help Wed May 18 10:51:06 2005
@@ -11,7 +11,7 @@
" The help system uses the format:",
" $b/MSG $N HELP <$bsubject$b>$b ",
" (In help, Words in <> represent required",
- " paramiters. Words in [] are optional.)",
+ " parameters. Words in [] are optional.)",
" For example: $b/msg $N HELP RESETPASS$b",
" shows help with the command to reset a ",
" lost password.",
----------------------- End of diff -----------------------
|