mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix typos and debian/copyright
This commit is contained in:
parent
daea10c126
commit
2eee2e5c9c
11
debian/copyright
vendored
11
debian/copyright
vendored
@ -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
|
||||
@ -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>
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user