Skip to content

Commit

Permalink
spelling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 29, 2016
1 parent cd5fa20 commit 796b8bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -791,7 +791,7 @@ ENDIF (WITH_BINDINGS)
IF (ENABLE_TESTS)
ADD_SUBDIRECTORY(tests)
SET (CTEST_BINARY_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/output/bin" )
MESSAGE (STATUS "Ctest Binary Directory set to: ${CTEST_BINARY_DIRECTORY}")
MESSAGE (STATUS "Ctest Binary Directory set to: ${CTEST_BINARY_DIRECTORY}")
ENDIF (ENABLE_TESTS)

IF (APPLE)
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/lidar/fusion/ImageCreate.py
Expand Up @@ -51,12 +51,12 @@ def defineCharacteristics(self):
self.addParameter(ParameterFile(
self.INPUT, self.tr('Input LAS')))
self.addParameter(ParameterSelection(
self.COLOROPTION, self.tr('Method to assign colour'),
self.COLOROPTION, self.tr('Method to assign color'),
['Intensity', 'Elevation', 'Height']))
self.addParameter(ParameterFile(
self.GROUND, self.tr("Ground file (used with 'Height' method)"), 'dtm'))
self.addParameter(ParameterBoolean(
self.RGB, self.tr('Use RGB colour model to create the colour ramp'), False))
self.RGB, self.tr('Use RGB color model to create the color ramp'), False))
self.addParameter(ParameterNumber(
self.PIXEL, self.tr('Pixel size'), 0, None, 1.0))
self.addParameter(ParameterSelection(
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsrelief.h
Expand Up @@ -29,7 +29,7 @@ class QgsSlopeFilter;
class QgsHillshadeFilter;
class QProgressDialog;

/** Produces coloured relief rasters from DEM*/
/** Produces colored relief rasters from DEM*/
class ANALYSIS_EXPORT QgsRelief
{
public:
Expand Down

0 comments on commit 796b8bd

Please sign in to comment.