Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 29, 2018
1 parent d717a07 commit 741dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrangewidgetwrapper.cpp
Expand Up @@ -103,7 +103,7 @@ void QgsRangeWidgetWrapper::initWidget( QWidget *editor )

if ( qgsWidget )
qgsWidget->setShowClearButton( allowNull );
// Make room for null value: lower the minimum to accomodate for NULL
// Make room for null value: lower the minimum to allow for NULL special values
if ( allowNull )
{
double decr;
Expand Down

0 comments on commit 741dddb

Please sign in to comment.