aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Dessa2017-05-24 17:39:36 +0200
committerGravatar Dessa2017-05-24 17:39:36 +0200
commit90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch)
treeebc2d440ab6258fd3a51cedafb8313e667f1d71c /doc
parentMake Windows code Unicode-aware (#2219) (diff)
downloadKVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip
push and pull po{t}s, typo fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL.txt4
-rw-r--r--doc/README8
-rw-r--r--doc/addon.howto.txt4
-rw-r--r--doc/hackers.guide.txt4
-rw-r--r--doc/translations.howto.txt2
5 files changed, 11 insertions, 11 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index 79d4a1aa8..e9dad60f6 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -358,7 +358,7 @@
Note: this will be deactivated when using a job setting higher than 1
with gmake. i.e., make -j2 will *not* show verbose compilation output.
- -DCMAKE_INSTALL_PREFIX=PATH 0 (default: a system-dependant directory)
+ -DCMAKE_INSTALL_PREFIX=PATH 0 (default: a system-dependent directory)
This will install all stuff under PATH directory.
-DLIB_SUFFIX=SUFFIX= (default: empty)
@@ -375,7 +375,7 @@
different KVIrc versions can co-exist on the same system.
-DWANT_ENV_FLAGS= (default: OFF)
- When enabled, KVIrc install rules wont try to figure out and set
+ When enabled, KVIrc install rules won't try to figure out and set
CMAKE_C(XX)_FLAGS. Instead, it will let CMake use the ones taken
from environment variables.
Activating this flag will override the value of -DWANT_DEBUG.
diff --git a/doc/README b/doc/README
index f34e3c5f5..976bdd2ab 100644
--- a/doc/README
+++ b/doc/README
@@ -52,7 +52,7 @@ Here we go again: 4.0.4 is ready.
This is mainly a bugfix release.
-Configuration from existing 4.0.0/4.0.2 installations will be completly preserved
+Configuration from existing 4.0.0/4.0.2 installations will be completely preserved
and everyone is encouraged to upgrade.
As usual, the bugs for this release should be reported by using the bugtrack
@@ -73,7 +73,7 @@ even if we have tested it thoroughly some problems still managed to escape our
attention. There are fixes for several minor annoyances and the very important
patch for a security issue related to DCC handshakes (secunia advisory SA40727)
-Configuration from existing 4.0.0 installations will be completly preserved
+Configuration from existing 4.0.0 installations will be completely preserved
and everyone is encouraged to upgrade.
As usual, the bugs for this release should be reported by using the bugtrack
@@ -239,7 +239,7 @@ we obviously also have a huge number of bugfixes.
This will be the last stable release of the 3.* series and also the last
one using Qt3. From now on we'll be working on major version 4 and
-switching completly to Qt4. This release actually contains a preliminary
+switching completely to Qt4. This release actually contains a preliminary
Qt4 support and if you feel brave you might test it by passing
the "hidden" --enable-qt swtich to configure.
@@ -472,7 +472,7 @@ and we will release them as separate packages.
On the CVS you can already find the "nap" module that allows chatting (no file sharing yet)
on OpenNap networks.
-The scriptcenter dialog has been splitted in smaller "pieces" and a GUI toolbar editor has been added.
+The scriptcenter dialog has been split in smaller "pieces" and a GUI toolbar editor has been added.
Finally there are tons of bugfixes and improvements: just play with it :)
diff --git a/doc/addon.howto.txt b/doc/addon.howto.txt
index e15979fdd..90ea6dcfc 100644
--- a/doc/addon.howto.txt
+++ b/doc/addon.howto.txt
@@ -141,12 +141,12 @@ source files are placed in the src/ subdirectory and the install.kvs must invoke
them in the right order. More about the install.kvs script in section 4.
If your addon is translated in different languages then the "locale" directory should
-contain the *.mo catalogue files for your tranlations. The localization process of a
+contain the *.mo catalogue files for your translations. The localization process of a
script is explained in the KVIrc documentation. Your *.mo filenames should be prefixed
by your addon name.
If your addon needs an initial configuration then your config files should be placed
-in the "config" subdirectory and shoud have *.kvs as extension.
+in the "config" subdirectory and should have *.kvs as extension.
The "pics" and "audio" (if relevant) directories should contain your multimedia files.
It's a good idea to have your pics file in PNG format and sound files in WAV format.
diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt
index e88bfd87b..e41f570e9 100644
--- a/doc/hackers.guide.txt
+++ b/doc/hackers.guide.txt
@@ -510,7 +510,7 @@ QString
KviQString::sprintf(qstring_buffer,qstring_format,...)
allows formatting a QString with a format string that is a QString itself
(and thus it is UNICODE).
- QString uses reference counting. An assigment of a QString to another
+ QString uses reference counting. An assignment of a QString to another
QString does NOT make an immediate copy, it just increases the reference
count instead. The copy is made at the first modification of one of the
two strings (the operation is called "detaching"). While generally this
@@ -518,7 +518,7 @@ QString
concurrent threads.
(const) QChar *
- The array of Qt chars. This is usually obtained by callling
+ The array of Qt chars. This is usually obtained by calling
KviQString::nullTerminatedArray() which itself is a hack...
This array is used in some functions that were written for
const char * strings and haven't been ported completely.
diff --git a/doc/translations.howto.txt b/doc/translations.howto.txt
index b231c6578..fe811fdc6 100644
--- a/doc/translations.howto.txt
+++ b/doc/translations.howto.txt
@@ -139,7 +139,7 @@ Misc notes:
If you're in doubt about some translation, you could take a look at how
similar sentences have been translated in the KDE *.po files, or in other
-softwares. If you need some further help, contact us on our mailing list or on
+software. If you need some further help, contact us on our mailing list or on
irc (irc://irc.freenode.net/#KVIrc).
Since many of the modules have their own translation files then