Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typos and debian/copyright
  • Loading branch information
jef-n committed Jul 10, 2016
1 parent daea10c commit 2eee2e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
11 changes: 1 addition & 10 deletions debian/copyright
Expand Up @@ -198,10 +198,6 @@ Files: python/ext-libs/yaml/*
Copyright: 2006, Kirill Simonov <xi@resolvent.net>
License: MIT

Files: python/plugins/fTools/*
Copyright: 2009, Carson J.Q. Farmer
License: MIT

Files: python/plugins/GdalTools/*
Copyright: 2009, Faunalia
License: MIT
Expand Down Expand Up @@ -351,11 +347,6 @@ Files: src/plugins/evis/*
Copyright: 2007, American Museum of Natural History
License: LGPL-2+

Files: src/plugins/globe/osgEarthQt/ViewerWidget.cpp
src/plugins/globe/osgEarthUtil/Controls.cpp
Copyright: 2008-2012, Pelican Mapping
License: LGPL-2+

Files: src/plugins/grass/qtermwidget/BlockArray.*
Copyright: 2000, Stephan Kulow <coolo@kde.org>
2008, e_k <e_k@users.sourceforge.net>
Expand Down Expand Up @@ -521,7 +512,7 @@ Files: cmake/FindQwt.cmake
Copyright: 2010, Tim Sutton <tim at linfiniti.com>
License: BSD-3-Clause

Files: cmake/FindSPATIALITE.cmake
Files: cmake/FindSpatiaLite.cmake
Copyright: 2009, Sandro Furieri <a.furieri at lqt.it>
License: BSD-3-Clause

Expand Down
2 changes: 1 addition & 1 deletion python/core/raster/qgsrasterprojector.sip
Expand Up @@ -9,7 +9,7 @@ class QgsRasterProjector : QgsRasterInterface
%End

public:
/** Precison defines if each pixel is reprojected or approximate reprojection based
/** Precision defines if each pixel is reprojected or approximate reprojection based
* on an approximation matrix of reprojected points is used.
*/
enum Precision
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterprojector.h
Expand Up @@ -41,7 +41,7 @@ class QgsPoint;
class CORE_EXPORT QgsRasterProjector : public QgsRasterInterface
{
public:
/** Precison defines if each pixel is reprojected or approximate reprojection based
/** Precision defines if each pixel is reprojected or approximate reprojection based
* on an approximation matrix of reprojected points is used.
*/
enum Precision
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsstylev2managerdialog.cpp
Expand Up @@ -1410,7 +1410,7 @@ void QgsStyleV2ManagerDialog::groupSelectedSymbols()
QgsStyleV2::StyleEntity type = ( currentItemType() < 3 ) ? QgsStyleV2::SymbolEntity : QgsStyleV2::ColorrampEntity;
if ( currentItemType() > 3 )
{
QgsDebugMsg( "unknow entity type" );
QgsDebugMsg( "unknown entity type" );
return;
}
int groupId = selectedItem->data().toInt();
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsgraduatedsymbolrendererv2widget.ui
Expand Up @@ -109,7 +109,7 @@ Positive is number of decimal places
Negative rounds to powers of 10</string>
</property>
<property name="prefix">
<string>Precison </string>
<string>Precision </string>
</property>
<property name="minimum">
<number>0</number>
Expand Down

0 comments on commit 2eee2e5

Please sign in to comment.