Browse Source

Merge pull request #417 from ijm7/master

INSTALLATION.md: Fixed spelling errors in documentation
Stuart Kent 9 years ago
parent
commit
165511f4d6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/INSTALLATION.md

+ 2
- 2
docs/INSTALLATION.md View File

12
 * [Linux](#linux)
12
 * [Linux](#linux)
13
 
13
 
14
 ... or ...
14
 ... or ...
15
-* if you prefer to not use a package maanger, you can [install manually](#install-manually).
15
+* if you prefer to not use a package manager, you can [install manually](#install-manually).
16
 
16
 
17
 Optionally, you can also use a [Java IDE](#java-ides).
17
 Optionally, you can also use a [Java IDE](#java-ides).
18
 
18
 
42
    ...
42
    ...
43
    ```
43
    ```
44
 
44
 
45
-We recommend closing the administrative command prompt and opening a new command prompt -- you do not require administrator priviledges to practice Exercism exercises.
45
+We recommend closing the administrative command prompt and opening a new command prompt -- you do not require administrator privileges to practice Exercism exercises.
46
 
46
 
47
 You now are ready to get started with the Java track of Exercism!
47
 You now are ready to get started with the Java track of Exercism!
48
 
48