Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 12, 2017
1 parent 46f786e commit 6c74e4e
Show file tree
Hide file tree
Showing 168 changed files with 245 additions and 241 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ IF (WIN32)
SET (DEFAULT_BIN_SUBDIR bin)
SET (DEFAULT_CGIBIN_SUBDIR bin)
# put all the build products into a single directory
# under build (doesnt affect install target) to make for
# under build (doesn't affect install target) to make for
# easier debugging.

# Turn on defines for non standard maths stuff
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ to get versions that match your current Qt installed version.
===========================

/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
successfull install, they're not needed anymore.
successful install, they're not needed anymore.


4.2.5. git
Expand Down
14 changes: 7 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ features for you.

Probably the biggest new feature is the addition of the new vector symbology
infrastructure. This is provided alongside the old implementation - you can
switch using a button in the vector layer properties dialog. It does't replace
switch using a button in the vector layer properties dialog. It doesn't replace
the old symbology implementation completely yet because there are various isues
that need to be resolved and a large amount of testinhen it is considered
ready.
Expand Down Expand Up @@ -1926,13 +1926,13 @@ Complete buffering so that bar as well as text will be visible on both

Fix for bug [ 973922 ] Overview shows layers in wrong order

Fixed show stopper bug where maplayerregistry wasnt being cleared properly on file new
Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new

Added setZOrder which will be used in next commit to fix projectio zorder problem

2004-06-20 [ts] 0.3.0devel43

Fix anoying 'mapcanvas isnt freezing while loading rasters' bug
Fix anoying 'mapcanvas isn't freezing while loading rasters' bug

2004-06-19 [ts] 0.3.0devel42

Expand All @@ -1947,8 +1947,8 @@ Added an option for setting the length of the scale bar to closest
Win32 support for package path - which will hopefully ensure pyramid and overview mini
icons are displayed on legend entry now.

Beginnings of generic vector file writer - incomplete and doesnt do anything useful
yet except has abilty to make a shapefile with a couple of user defined fields e.g.
Beginnings of generic vector file writer - incomplete and doesn't do anything useful
yet except has ability to make a shapefile with a couple of user defined fields e.g.
to create a new point shapefile:

QgsVectorFileWriter myFileWriter("/tmp/test.shp", wkbPoint);
Expand Down Expand Up @@ -2394,7 +2394,7 @@ updated German translation
!! otherwise it's not detected by the plugins autogen.sh (more exactly
!! aclocal)
!! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
!! autogen.sh. But be carefull not to commit that to CVS
!! autogen.sh. But be careful not to commit that to CVS

2004-04-18 [jobi] 0.1.0devel33
Added internationalisations stuff
Expand All @@ -2408,7 +2408,7 @@ Fix for crash when opening singleband grayscale images introduced by Steves
grayscale

2004-04-06 [ts] 0.1.0devel31
Added new plugin (grid_maker) to build arbitary sized graticules and add
Added new plugin (grid_maker) to build arbitrary sized graticules and add
them to the current map view.

2004-04-05 [jobi] 0.1.0devel30
Expand Down
3 changes: 1 addition & 2 deletions ci/travis/check_spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ if [[ ! -z $TRAVIS_PULL_REQUEST_BRANCH ]]; then
echo "TRAVIS PR BRANCH: $TRAVIS_PULL_REQUEST_BRANCH"
FILES=$(git diff --diff-filter=AM --name-only $(git merge-base HEAD master) | tr '\n' ' ' )
fi

./scripts/chkspelling_ag.sh $FILES

./scripts/spell_check/check_spelling.sh -r $FILES
2 changes: 1 addition & 1 deletion cmake/FindPyQt4.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# This file defines the following variables:
#
# PYQT4_VERSION - The version of PyQt4 found expressed as a 6 digit hex number
# suitable for comparision as a string
# suitable for comparison as a string
#
# PYQT4_VERSION_STR - The version of PyQt4 as a human readable string.
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindPyQt5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# This file defines the following variables:
#
# PYQT5_VERSION - The version of PyQt5 found expressed as a 6 digit hex number
# suitable for comparision as a string
# suitable for comparison as a string
#
# PYQT5_VERSION_STR - The version of PyQt5 as a human readable string.
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindSIP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# This file defines the following variables:
#
# SIP_VERSION - The version of SIP found expressed as a 6 digit hex number
# suitable for comparision as a string.
# suitable for comparison as a string.
#
# SIP_VERSION_STR - The version of SIP found as a human readable string.
#
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ qgis (1.3.0) UNRELEASED; urgency=low

* new upstream release
* add analysis library and raster terrain analysis plugin
* alternativly depend on libgdal1-1.6.0-grass
* alternatively depend on libgdal1-1.6.0-grass
* include CONTRIBUTORS, TRANSLATORS and DONORS
* reverse order of libgdal1-*-grass dependencies

Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ <H4>4.2.4.5. Final python notes</H4>

<P>
/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
successfull install, they're not needed anymore.
successful install, they're not needed anymore.
</P>

<H3>4.2.5. git</H3>
Expand Down
2 changes: 1 addition & 1 deletion doc/msys.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ make install
==== Final python notes ====

/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
successfull install, they're not needed anymore.
successful install, they're not needed anymore.

=== git ===

Expand Down
14 changes: 7 additions & 7 deletions doc/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ <H1>17. Whats new in Version 1.4.0 'Enceladus'?</H1>
<P>
Probably the biggest new feature is the addition of the new vector symbology
infrastructure. This is provided alongside the old implementation - you can
switch using a button in the vector layer properties dialog. It does't replace
switch using a button in the vector layer properties dialog. It doesn't replace
the old symbology implementation completely yet because there are various isues
that need to be resolved and a large amount of testinhen it is considered
ready.
Expand Down Expand Up @@ -2099,13 +2099,13 @@ <H1>28. 0.5</H1>
<P></P>
Fix for bug [ 973922 ] Overview shows layers in wrong order
<P></P>
Fixed show stopper bug where maplayerregistry wasnt being cleared properly on file new
Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new
<P></P>
Added setZOrder which will be used in next commit to fix projectio zorder problem
<P></P>
2004-06-20 [ts] 0.3.0devel43
<P></P>
Fix anoying 'mapcanvas isnt freezing while loading rasters' bug
Fix anoying 'mapcanvas isn't freezing while loading rasters' bug
<P></P>
2004-06-19 [ts] 0.3.0devel42
<P></P>
Expand All @@ -2120,8 +2120,8 @@ <H1>28. 0.5</H1>
Win32 support for package path - which will hopefully ensure pyramid and overview mini
icons are displayed on legend entry now.
<P></P>
Beginnings of generic vector file writer - incomplete and doesnt do anything useful
yet except has abilty to make a shapefile with a couple of user defined fields e.g.
Beginnings of generic vector file writer - incomplete and doesn't do anything useful
yet except has ability to make a shapefile with a couple of user defined fields e.g.
to create a new point shapefile:
<P></P>
QgsVectorFileWriter myFileWriter("/tmp/test.shp", wkbPoint);
Expand Down Expand Up @@ -2682,7 +2682,7 @@ <H1>28. 0.5</H1>
!! otherwise it's not detected by the plugins autogen.sh (more exactly
!! aclocal)
!! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
!! autogen.sh. But be carefull not to commit that to CVS
!! autogen.sh. But be careful not to commit that to CVS
</P>
<P>
2004-04-18 [jobi] 0.1.0devel33
Expand All @@ -2699,7 +2699,7 @@ <H1>28. 0.5</H1>
</P>
<P>
2004-04-06 [ts] 0.1.0devel31
Added new plugin (grid_maker) to build arbitary sized graticules and add
Added new plugin (grid_maker) to build arbitrary sized graticules and add
them to the current map view.
</P>
<P>
Expand Down
14 changes: 7 additions & 7 deletions doc/news.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ features for you.

Probably the biggest new feature is the addition of the new vector symbology
infrastructure. This is provided alongside the old implementation - you can
switch using a button in the vector layer properties dialog. It does't replace
switch using a button in the vector layer properties dialog. It doesn't replace
the old symbology implementation completely yet because there are various isues
that need to be resolved and a large amount of testinhen it is considered
ready.
Expand Down Expand Up @@ -1877,13 +1877,13 @@ Complete buffering so that bar as well as text will be visible on both

Fix for bug [ 973922 ] Overview shows layers in wrong order

Fixed show stopper bug where maplayerregistry wasnt being cleared properly on file new
Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new

Added setZOrder which will be used in next commit to fix projectio zorder problem

2004-06-20 [ts] 0.3.0devel43

Fix anoying 'mapcanvas isnt freezing while loading rasters' bug
Fix anoying 'mapcanvas isn't freezing while loading rasters' bug

2004-06-19 [ts] 0.3.0devel42

Expand All @@ -1898,8 +1898,8 @@ Added an option for setting the length of the scale bar to closest
Win32 support for package path - which will hopefully ensure pyramid and overview mini
icons are displayed on legend entry now.

Beginnings of generic vector file writer - incomplete and doesnt do anything useful