Skip to content

Commit 197b6e1

Browse files
author
jef
committed
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@9756 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 99f7119 commit 197b6e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/INSTALL.t2t

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Please visit http://qgis.org for information on joining our mailing lists
6060
and getting involved in the project further.
6161

6262
/!\ ***Note to document writers:*** Please use this document as the central
63-
place for describing build procefures. Please do not remove this notice.
63+
place for describing build procedures. Please do not remove this notice.
6464

6565
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
6666
simply copy the commands listed in codeblocks that look like this:
@@ -667,7 +667,7 @@ I suggest you press 'p' to accept the key permanently.
667667
== Configure the build ==
668668

669669
CMake supports out of source build so we will create a 'build' dir for the
670-
build process . By convention I build my software into a dir called 'apps' in
670+
build process. By convention I build my software into a dir called 'apps' in
671671
my home directory. If you have the correct permissions you may want to build
672672
straight into your /Applications folder. The instructions below assume you are
673673
building into a pre-existing ${HOME}/apps directory ...
@@ -974,7 +974,7 @@ dpkg-buildpackage -us -us -b
974974
you can install them using ``apt-get`` and re-run the command.
975975

976976
/!\ ***Note:*** If you have ``libqgis1-dev`` installed, you need to remove it first
977-
using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about at
977+
using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about a
978978
build conflict.
979979

980980
The the packages are created in the parent directory (ie. one level up).

0 commit comments

Comments
 (0)