aboutsummaryrefslogtreecommitdiff
path: root/doc/12_Compiling.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-11 18:31:48 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-11 18:31:48 -0400
commitbd9b118d3c147196808d087593ac8a35c211be9d (patch)
tree88e86e02ce08af01fd93fe44879eb66164ff84af /doc/12_Compiling.md
parent5fe2727aa43c48f390ce034e900ffb2e2900adbd (diff)
downloadtextadept-bd9b118d3c147196808d087593ac8a35c211be9d.tar.gz
textadept-bd9b118d3c147196808d087593ac8a35c211be9d.zip
Fixed typo; doc/12_Compiling.md
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r--doc/12_Compiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index ef272f8b..ff9c6c26 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -81,7 +81,7 @@ compiler flags do not include them by default.
Textadept is self-contained, meaning you do not have to install it, and runs
from its current location. Should you choose to install Textadept like a normal
Linux application, run `make deps` and then the usual `make` and `make install`
-or `sudo make install` commands depending on your privilages. The default prefix
+or `sudo make install` commands depending on your privileges. The default prefix
is */usr/local* but setting `DESTDIR` (e.g.
`make install DESTDIR=/prefix/to/install/to`) changes it.