summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2012-02-22 07:41:58 +0100
committerDukePyrolator <DukePyrolator@anope.org>2012-02-22 07:41:58 +0100
commit1d3ca36768a013e1a28a1e3db1b4ad9f47fc2157 (patch)
tree9164fa4eb6f9f31ccf09928a2e1e8caefc2dc55c /docs
parent8559c57cd6e544080fcf248904d766dfc393f2ec (diff)
Fixed several grammar errors in docs/ (patch provided by Simba)
Diffstat (limited to 'docs')
-rw-r--r--docs/EVENTS8
-rw-r--r--docs/IRCD2
-rw-r--r--docs/MYSQL2
-rw-r--r--docs/OLDCHANGES2
-rw-r--r--docs/PROXY4
5 files changed, 9 insertions, 9 deletions
diff --git a/docs/EVENTS b/docs/EVENTS
index 96b324203..55184c103 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -279,7 +279,7 @@ Anope Internal Events
av[0] The name of the channel that has been unsuspended.
EVENT_CHANGE_NICK
- A user has just changed it's nick.
+ A user has just changed its nick.
av[0] The new nickname of the user. Event is called after the user has been changed
to this nickname.
av[1] The old nickname of the user.
@@ -314,7 +314,7 @@ Anope Internal Events
av[0] The new level of DefCon being invoked.
EVENT_GROUP
- A user has grouped it's nickname to another user group.
+ A user has grouped its nickname to another user group.
av[0] The nickname of the user that joined the group.
EVENT_JOIN_CHANNEL
@@ -365,7 +365,7 @@ Anope Internal Events
av[2] The nickname being ghosted.
EVENT_NICK_IDENTIFY
- A user has just identified for it's nickname with NickServ.
+ A user has just identified for its nickname with NickServ.
av[0] The nickname of the user that just identified.
EVENT_NICK_LOGOUT
@@ -380,7 +380,7 @@ Anope Internal Events
av[2] The nickname being recovered.
EVENT_NICK_REGISTERED
- A new user has just registered it's nickname. This event is being
+ A new user has just registered its nickname. This event is being
emitted when the registration is completed, but the user modes have not
yet been set.
av[0] The nickname of the newly registered user.
diff --git a/docs/IRCD b/docs/IRCD
index 484c2e6f1..c2e367ae6 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -72,7 +72,7 @@ How To Add IRCd Support
of each.
1) Name: This member tells Anope about the IRCD's name. It may contain
- text about it's name and version. This is used to identify the
+ text about its name and version. This is used to identify the
build on startup.
2) NickServ Mode: This is the user mode set by Anope on NickServ.
diff --git a/docs/MYSQL b/docs/MYSQL
index 1dd10298e..24c7a3536 100644
--- a/docs/MYSQL
+++ b/docs/MYSQL
@@ -8,7 +8,7 @@ Anope MySQL Support
core, we decided to save it for 2.0. However, having your db's easily
accessible on your website is still a great feature.
- PHASE 1:Anope will be able to save all it's databases to MySQL. It will
+ PHASE 1:Anope will be able to save all its databases to MySQL. It will
happen in conjunction with the current FFF databases. This first step is
nothing more than a MySQL dump of the databases (i.e. read-only), since
Anope will not (for now) read from Mysql. (COMPLETED)
diff --git a/docs/OLDCHANGES b/docs/OLDCHANGES
index fa2fb0489..e147e90d9 100644
--- a/docs/OLDCHANGES
+++ b/docs/OLDCHANGES
@@ -167,7 +167,7 @@ Provided by Anope Dev. <team@anope.org>
2003/07/20 Fixed chanserv badword MySQL issue
2003/08/30 Allow for E/F lines when handling akilled host's joining the network
2003/07/25 Added External socket support (*VERY* EXPERIMENTAL)
-2003/07/20 Made MySQL ns_id, na_id and ci_id useful by preserving it's value across updates
+2003/07/20 Made MySQL ns_id, na_id and ci_id useful by preserving its value across updates
2003/07/20 Some MySQL Optimizations (MySQL 3.23.32+ required)
Provided by DrStein
diff --git a/docs/PROXY b/docs/PROXY
index 24499be11..600b1601a 100644
--- a/docs/PROXY
+++ b/docs/PROXY
@@ -6,9 +6,9 @@ Anope Proxy Detector
1) Introduction
- Anope has had a built-in proxy detector since it's first version. Recently,
+ Anope has had a built-in proxy detector since its first version. Recently,
however, this built-in proxy detector has been removed. This was because
- the Anope team found that the proxy detector was showing it's age, and the
+ the Anope team found that the proxy detector was showing its age, and the
time needed to restore it to a good state wasn't worth it, also considering
that there are currently good alternatives out there which do the job as
good as it can be done already.