@@ -60,7 +60,7 @@ Please visit http://qgis.org for information on joining our mailing lists
6060and 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
6666simply 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
669669CMake 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
671671my home directory. If you have the correct permissions you may want to build
672672straight into your /Applications folder. The instructions below assume you are
673673building into a pre-existing ${HOME}/apps directory ...
@@ -974,7 +974,7 @@ dpkg-buildpackage -us -us -b
974974you 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
978978build conflict.
979979
980980The the packages are created in the parent directory (ie. one level up).
0 commit comments