aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Dessa2016-01-31 19:36:37 +0100
committerGravatar Dessa2016-01-31 19:36:37 +0100
commit07867e9e4caf28738fb613c803c385f368db433e (patch)
tree2bdf9e8e5401c899cb5d72063ace1213ef174a30 /doc
parentMerge pull request #1858 from bsdjunk/master (diff)
downloadKVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.gz
KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.bz2
KVIrc-07867e9e4caf28738fb613c803c385f368db433e.zip
run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL-MacOS.txt2
-rw-r--r--doc/LICENSE-OPENSSL2
-rw-r--r--doc/TODO2
-rw-r--r--doc/hackers.guide.txt8
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/INSTALL-MacOS.txt b/doc/INSTALL-MacOS.txt
index 07f5037ba..ce0f5800f 100644
--- a/doc/INSTALL-MacOS.txt
+++ b/doc/INSTALL-MacOS.txt
@@ -19,7 +19,7 @@ IMPORTANT: Installing KVIrc "the usual way" like on other popular Unix-like
OSes with files spread across several directories does not work and is
unsupported. The provided compilation system builds a typical "Bundle" for
Mac OS X. A bundle is "just" a special directory structure on Mac systems which
-contains the application binary, dependant libraries, plugins, modules and
+contains the application binary, dependent libraries, plugins, modules and
other resources.
For further details look at http://qt-project.org/doc/qt-4.8/deployment-mac.html
diff --git a/doc/LICENSE-OPENSSL b/doc/LICENSE-OPENSSL
index 7d0e2378b..56fe51895 100644
--- a/doc/LICENSE-OPENSSL
+++ b/doc/LICENSE-OPENSSL
@@ -119,7 +119,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * The licence and distribution terms for any publically available version or
+ * The licence and distribution terms for any publicly available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
diff --git a/doc/TODO b/doc/TODO
index 590fb066f..a69d50558 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,5 +1,5 @@
Update TODO file, if something is implemented, it should be removed in the TODO file.
-Mantain TODO file as clear as possible
+Maintain TODO file as clear as possible
- Events, events, events. There are lots of them pending (see TODO.Events).
- /timer as a module
diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt
index 2a1220111..2f90fd892 100644
--- a/doc/hackers.guide.txt
+++ b/doc/hackers.guide.txt
@@ -155,7 +155,7 @@ The source tree
| |-- context The context module
| |
| |-- dcc This module implements the whole DCC protocol.
-| | Windows, transfer threads etc: everyting is here.
+| | Windows, transfer threads etc: everything is here.
| |
| |-- dialog dialog.* scripting stuff
| |
@@ -498,7 +498,7 @@ KviStr
around various bugs of the original QString class (the NOT unicode one
that now has been renamed to QCString). It has the property of being
always non null and it has no reference counting.
- Actually many occurences of this string are replaced by QString
+ Actually many occurrences of this string are replaced by QString
(especially in GUI modules) to handle correctly the UNICODE character set.
QString
@@ -533,7 +533,7 @@ The Goal:
- Use QString everywhere in the user interface and in any other
place where KviStr is not strictly needed. Save and restore
strings in the UTF8 format.
- - Get rid of ALL occurences of KviWStr and kvi_wchar_t * : DONE on 2004.11.02
+ - Get rid of ALL occurrences of KviWStr and kvi_wchar_t * : DONE on 2004.11.02
-------------------------------------------------------------------------------
Strings and localisation
@@ -615,7 +615,7 @@ when the IRC context is created and when the user closes the console then
the IRC context is destroyed too.
In earlier KVIrc versions there was only KviConsole that did the role of both
KviConsole and KviIrcContext, but since the class has grown in complexity
-to a point where it started to be unmantainable the splitting has been unavoidable.
+to a point where it started to be unmaintainable the splitting has been unavoidable.
KviIrcConnection represents an IRC connection: it is the highest protocol
implementation on the KVIrc's networking stack. A KviIrcConnection