aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-06 20:46:44 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-06 20:46:44 -0500
commitd414042279b2fd28dcdecdd720980ed63154029f (patch)
treeecf7a7008ad450233e6e414f3b94dd83f59fdacd /doc
parent49414d68517e875e2f8c90c70eb61a0dd67a7fa7 (diff)
Fixed misspellings in the manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/1_Introduction.md2
-rw-r--r--doc/manual/2_Installation.md2
-rw-r--r--doc/manual/3_UserInterface.md2
-rw-r--r--doc/manual/4_WorkingWithFiles.md2
-rw-r--r--doc/manual/5_FileNavigation.md2
-rw-r--r--doc/manual/6_AdeptEditing.md4
6 files changed, 7 insertions, 7 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md
index 4fc9b8af..7affdd30 100644
--- a/doc/manual/1_Introduction.md
+++ b/doc/manual/1_Introduction.md
@@ -35,7 +35,7 @@ run them in your shell.
These are just some of Textadept's strengths. Textadept is not about
constraining the user to a certain set of features while allowing minimal
-custimization and/or extensibility. Textadept is about allowing that
+customization and/or extensibility. Textadept is about allowing that
customization and extensibility from the start; the features come after that.
<div style="float: left; margin: 0 3em 1em 0;">
diff --git a/doc/manual/2_Installation.md b/doc/manual/2_Installation.md
index 8229ab9b..e4f9a2b7 100644
--- a/doc/manual/2_Installation.md
+++ b/doc/manual/2_Installation.md
@@ -39,7 +39,7 @@ Select the appropriate package for your platform.
## Installation
Textadept was designed to be as easy as possible to install by any user. You do
-not need to have administrator privilages.
+not need to have administrator privileges.
#### Linux
diff --git a/doc/manual/3_UserInterface.md b/doc/manual/3_UserInterface.md
index 8d15f505..14a6169b 100644
--- a/doc/manual/3_UserInterface.md
+++ b/doc/manual/3_UserInterface.md
@@ -28,7 +28,7 @@ minimizing distractions.
## Command Entry
-The versitile command entry functions as both a place to execute Lua commands
+The versatile command entry functions as both a place to execute Lua commands
with the internal Lua state and find text incrementally. You can extend it to do
even more if you would like. Like the find/replace dialog, the command entry
pops in and out as you wish.
diff --git a/doc/manual/4_WorkingWithFiles.md b/doc/manual/4_WorkingWithFiles.md
index b57667bc..a8afd25b 100644
--- a/doc/manual/4_WorkingWithFiles.md
+++ b/doc/manual/4_WorkingWithFiles.md
@@ -59,7 +59,7 @@ A quicker, though slightly more limited alternative to the standard
`File -> Open` dialog is snapopen. It behaves like the buffer browser, but
displays a list of files to open, including files in subdirectories. You can
snapopen the current file's directory from the `Tools -> Snapopen -> Current
-Directory` menu. Snapopen is pretty limited from the menu, but more versitile
+Directory` menu. Snapopen is pretty limited from the menu, but more versatile
in scripts. See its [LuaDoc](../modules/_m.textadept.snapopen.html).
![Snapopen](images/snapopen.png)
diff --git a/doc/manual/5_FileNavigation.md b/doc/manual/5_FileNavigation.md
index 5c153740..6b88af8d 100644
--- a/doc/manual/5_FileNavigation.md
+++ b/doc/manual/5_FileNavigation.md
@@ -20,7 +20,7 @@ in Mac OSX) moves the caret to that matching brace.
## Mac OSX
-Textadept supports the keybindings you are accustomed to for nagivagating text
+Textadept supports the keybindings you are accustomed to for navigating text
fields in Mac OSX.
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md
index 5e9aef34..d2d7e1da 100644
--- a/doc/manual/6_AdeptEditing.md
+++ b/doc/manual/6_AdeptEditing.md
@@ -130,9 +130,9 @@ If no text is selected, the word to the left of the caret is enclosed.
## Word Highlight
-All occurances of a given word are highlighted by putting the caret over the
+All occurrences of a given word are highlighted by putting the caret over the
word and pressing `Ctrl+H` (`Ctrl+Apple+T` on Mac OSX). This is useful to show
-occurances of a variable name in source code.
+occurrences of a variable name in source code.
![Word Highlight](images/wordhighlight.png)