Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 9, 2016
1 parent df16ef6 commit f2e87c9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QGIS News
Change history for the QGIS Project
Thursday February 25, 2016
Saturday October 08, 2016


------------------------------------------------------------------------
Expand Down Expand Up @@ -38,8 +38,8 @@ Thursday February 25, 2016
------------------------------------------------------------------------


Last Updated: Thursday February 25, 2016
Last Change : Thursday February 25, 2016
Last Updated: Saturday October 08, 2016
Last Change : Saturday October 01, 2016


1. What's new in Version 2.14 'Essen'?
Expand Down Expand Up @@ -101,7 +101,7 @@ This release has following new features:
- QGIS Server : STARTINDEX param in WFS GetFeature Request
- QGIS Server : showFeatureCount in GetLegendGraphic
- QGIS Server : Enhance store project keyword list
- QGIS Server : Option to avoid rendering artefacts at edges of tiles
- QGIS Server : Option to avoid rendering artifacts at edges of tiles
- QGIS Server : WMS INSPIRE Capabilities
- QGIS Server : Configuration checker in project properties
- QGIS Server : Add short name to layers, groups and project
Expand Down
12 changes: 6 additions & 6 deletions doc/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>QGIS News</TITLE>

<!-- Included doc/style.css -->
<!-- Included /home/fischer/src/qgis-2.14/doc/style.css -->
<STYLE TYPE="text/css">
body{ background: white;
color: black;
Expand Down Expand Up @@ -77,7 +77,7 @@
<DIV CLASS="header" ID="header">
<H1>QGIS News</H1>
<H2>Change history for the QGIS Project</H2>
<H3>Thursday February 25, 2016</H3>
<H3>Saturday October 08, 2016</H3>
</DIV>

<DIV CLASS="toc">
Expand Down Expand Up @@ -115,8 +115,8 @@ <H3>Thursday February 25, 2016</H3>
</DIV>
<DIV CLASS="body" ID="body">
<P>
Last Updated: Thursday February 25, 2016
Last Change : Thursday February 25, 2016
Last Updated: Saturday October 08, 2016
Last Change : Saturday October 01, 2016
</P>

<A NAME="toc1"></A>
Expand Down Expand Up @@ -181,7 +181,7 @@ <H1>1. What's new in Version 2.14 'Essen'?</H1>
<LI>QGIS Server : STARTINDEX param in WFS GetFeature Request
<LI>QGIS Server : showFeatureCount in GetLegendGraphic
<LI>QGIS Server : Enhance store project keyword list
<LI>QGIS Server : Option to avoid rendering artefacts at edges of tiles
<LI>QGIS Server : Option to avoid rendering artifacts at edges of tiles
<LI>QGIS Server : WMS INSPIRE Capabilities
<LI>QGIS Server : Configuration checker in project properties
<LI>QGIS Server : Add short name to layers, groups and project
Expand Down Expand Up @@ -2990,5 +2990,5 @@ <H1>27. 0.5</H1>
</DIV>

<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -odoc/news.html -t html doc/news.t2t -->
<!-- cmdline: txt2tags -o/home/fischer/src/qgis-2.14/debian/build-release-2_14-qt4/doc/news.html -t html /home/fischer/src/qgis-2.14/doc/news.t2t -->
</BODY></HTML>
2 changes: 1 addition & 1 deletion resources/context_help/QgsDelimitedTextSourceSelect
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Each attribute also has a data type, one of string (text), integer, longlong,
or real number.
The data type is inferred from the content of the fields - if every non blank value
is a valid integer then the type is integer, otherwise if it is a valid long long
nubmer then the type is longlong, otherwise if it is a valid real
number then the type is longlong, otherwise if it is a valid real
number then the type is real, otherwise the type is string. Note that this is
based on the content of the fields - quoting fields does not change the way they
are interpreted.
Expand Down
3 changes: 2 additions & 1 deletion scripts/spelling.dat
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ informatiom:information
informations:information
infromation:information
initalize:initialize
initialisation:initalization
initialisation:initialization
initators:initiators
initializiation:initialization
inofficial:unofficial
Expand Down Expand Up @@ -300,6 +300,7 @@ nescessary:necessary
nessessary:necessary
noticable:noticeable
notications:notifications
nubmer:number
o'caml:OCaml
occured:occurred
occurence:occurrence
Expand Down
2 changes: 1 addition & 1 deletion src/app/gps/qwtpolar-1.1.1/qwt_polar_plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ double QwtPolarPlot::azimuthOrigin() const
In zoom mode the zoom position is in the center of the
canvas. The radius of the circle depends on the size of the plot canvas,
that is devided by the zoom factor. Thus a factor < 1.0 zoom in.
that is divided by the zoom factor. Thus a factor < 1.0 zoom in.
Setting an invalid zoom position disables zooming.
Expand Down
2 changes: 1 addition & 1 deletion src/app/gps/qwtpolar-1.1.1/qwt_polar_plot.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class QwtAbstractLegend;
from QwtPolarItem.
The coordinate system is defined by a radial and a azimuth scale.
The scales at the axes can be explicitely set (QwtScaleDiv), or
The scales at the axes can be explicitly set (QwtScaleDiv), or
are calculated from the plot items, using algorithms (QwtScaleEngine) which
can be configured separately for each axis. Autoscaling is supported
for the radial scale.
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ QgsWcsProvider::QgsWcsProvider( QString const &uri )
return;
}

// Get small piece of coverage to find GDAL data type and nubmer of bands
// Get small piece of coverage to find GDAL data type and number of bands
int bandNo = 0; // All bands
int width;
int height;
Expand Down

0 comments on commit f2e87c9

Please sign in to comment.