Skip to content

Commit 875a5d6

Browse files
authoredJul 8, 2017
Merge pull request #4818 from DelazJ/spelling
Fix some spelling issues
2 parents ada9ce4 + 0d1c4cd commit 875a5d6

File tree

106 files changed

+299
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+299
-296
lines changed
 

‎INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Optional dependencies:
116116
is not installed with rpath. The desired GRASS version is chosen on runtime by setting
117117
LD_LIBRARY_PATH or PATH.
118118
- for georeferencer - GSL >= 1.8
119-
- for postgis support - PostgreSQL >= 8.0.x
119+
- for PostGIS support - PostgreSQL >= 8.0.x
120120
- for gps plugin - gpsbabel
121121
- for mapserver export and PyQGIS - Python >= 3.3
122122
- for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2
@@ -1245,17 +1245,17 @@ osgEarth), try bypassing ccache.
12451245
=========================================================
12461246

12471247
Download William Kyngesburye's excellent GDAL Complete package that includes
1248-
PROJ, GEOS, GDAL, SQLite3, Spatialite, and image libraries, as frameworks.
1248+
PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks.
12491249
There are also GSL and FreeType frameworks.
12501250

12511251
http://www.kyngchaos.com/software/frameworks
12521252

12531253
Once downloaded, open and install the frameworks.
12541254

1255-
William provides an additional installer package for Postgresql (for PostGIS
1256-
support). QGIS just needs the libpq client library, so unless you want to
1255+
William provides an additional installer package for PostgreSQL (for PostGIS
1256+
support). QGIS just needs the libpq client library, so unless you want to
12571257
setup the full Postgres + PostGIS server, all you need is the client-only
1258-
package. It's available here:
1258+
package. It's available here:
12591259

12601260
http://www.kyngchaos.com/software/postgres
12611261

‎NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ changed so we will just provide a bullet list of key new features here.
800800
- Make NULL value string representation configurable.
801801
- Fix feature updates in feature form from attribute table.
802802
- Add support for NULL values in value maps (comboboxes).
803-
- Use layer names instead of ids in drop down list when loading value maps from layers.
803+
- Use layer names instead of ids in drop-down list when loading value maps from layers.
804804
- Support feature form expression fields: line edits on the form which
805805
name prefix "expr_" are evaluated. Their value is interpreted as field
806806
calculator string and replaced with the calculated value.
@@ -1695,7 +1695,7 @@ Added Simon splash screen
16951695
Fixed command line loading bug to eliminate bogus warning for vector layers
16961696
Modified splashscreen.cpp to allow specification of x,y for text drawing on
16971697
the splash image
1698-
Imperfectly fixed problem where postgis attributes aren't displayed if the
1698+
Imperfectly fixed problem where PostGIS attributes aren't displayed if the
16991699
primary key is not of type int4 (bug 1042706).
17001700
Added Latvian translation file (untranslated at present)
17011701

@@ -2540,7 +2540,7 @@ Added QgsRasterLayer::filterLayer which gets called near the end of each of
25402540

25412541
2004-03-06 [didge] 0.1.0devel6
25422542
Changed configure stuff to write DEFINES in config.h.
2543-
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
2543+
PostgreSQL stuff needs testing as I commented the compileflags in src/Makefile.am
25442544
Infos will be posted on the devel mailinglist
25452545

25462546
2004-03-04 [ts] 0.1.0devel5

0 commit comments

Comments
 (0)
Please sign in to comment.