summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-07-08 10:55:44 +0100
committerPeter Powell <petpow@saberuk.com>2015-07-08 11:06:02 +0100
commit1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch)
treeb1e38d447c34fee25229945c2dd160b56683d026 /docs
parent4362f53cc38177039d6f6b86565e73800e7b5390 (diff)
Fix a ton of typos.
Diffstat (limited to 'docs')
-rw-r--r--docs/C++CASTING4
-rw-r--r--docs/CODING2
-rw-r--r--docs/Changes4
-rw-r--r--docs/REDIS2
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/C++CASTING b/docs/C++CASTING
index bae24a24c..e1beb8f06 100644
--- a/docs/C++CASTING
+++ b/docs/C++CASTING
@@ -21,7 +21,7 @@ The syntax is usually *_cast<type>(var).
static_cast
-----------
-From my expierence, this cast is closest to C-style casting for non-pointer
+From my experience, this cast is closest to C-style casting for non-pointer
types as well as between some (but not all) pointer types. This type of cast,
like C-style casting, is performed at compile-time. static_cast can also do
a downcast of a derived class to a base class, but only if the base class is
@@ -80,7 +80,7 @@ Bad_cast exception.
Note that in Anope we prefer if Anope::debug_cast is used.
This uses dynamic_cast (and checks for a NULL pointer return) on debug builds
-and static_cast on release builds, to speed up the program beacuse of dynamic_cast's
+and static_cast on release builds, to speed up the program because of dynamic_cast's
reliance on RTTI.
reinterpret_cast
diff --git a/docs/CODING b/docs/CODING
index d08792869..7dbd5afb3 100644
--- a/docs/CODING
+++ b/docs/CODING
@@ -1,4 +1,4 @@
-Orginally pulled from: http://www.inspircd.org/wiki/Coding_Guidelines
+Originally pulled from: http://www.inspircd.org/wiki/Coding_Guidelines
---
diff --git a/docs/Changes b/docs/Changes
index fae8b2da9..62242d7c0 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -173,8 +173,8 @@ A Added ns_resetpass module to the core
A CS ACCESS VIEW which shows who added the access and last time used
A Last used time to CS AKICK VIEW
A Added a sha_256 encryption module
-A Added the ability to load multiple encryption modules, and the ability to seamlessly convert your database between diferent encryptions
-A Added configuration options to allow Anope to reconnect if it disconnects from the uplink instead of dieing
+A Added the ability to load multiple encryption modules, and the ability to seamlessly convert your database between different encryptions
+A Added configuration options to allow Anope to reconnect if it disconnects from the uplink instead of dying
A Added support for linking with IPv6
F Unban command to accept an optional nick arg
F Some typos in services.conf
diff --git a/docs/REDIS b/docs/REDIS
index 375d9b4a2..54358d16f 100644
--- a/docs/REDIS
+++ b/docs/REDIS
@@ -152,7 +152,7 @@ Table of Contents
HMSET hash:BotInfo:8 nick redis user redis host services.anope.org realname "Services for IRC Networks"
Note if you are using HSET instead of HMSET you will need to use a transaction, as shown in the above example.
- If you are watching your services logs you will immediatly see:
+ If you are watching your services logs you will immediately see:
USERS: redis!redis@services.anope.org (Services for IRC Networks) connected to the network (services.anope.org)