Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 14, 2016
1 parent 1dde1b0 commit f8f2528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/core/qgstracer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class QgsTracer : QObject
enum PathError
{
ErrNone, //!< No error
ErrTooManyFeatures, //!< Max feature count treshold was reached while reading features
ErrTooManyFeatures, //!< Max feature count threshold was reached while reading features
ErrPoint1, //!< Start point cannot be joined to the graph
ErrPoint2, //!< End point cannot be joined to the graph
ErrNoPath, //!< Points are not connected in the graph
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkspelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@


RE=$(echo $(cut -d: -f1 scripts/spelling.dat | sed -e 's/^/\\</; s/$/\\>|/;') | sed -e 's/| /|/g; s/|$//;')
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|debian/build|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-1.0|debian/tmp|src/plugins/dxf2shp_converter/dxflib"
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|debian/build|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-1.0|debian/tmp|src/plugins/dxf2shp_converter/dxflib|python/ext-libs"

egrep --exclude-dir=.git --color=always "$RE" -ir . | egrep -iv "$EX"
2 changes: 1 addition & 1 deletion src/app/qgslabelinggui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ void QgsLabelingGui::populateDataDefinedButtons( QgsPalLayerSettings& s )
"<b>6</b>=Below Left|<b>7</b>=Below|<b>8</b>=Below Right]" ) );
mPointPositionOrderDDBtn->init( mLayer, s.dataDefinedProperty( QgsPalLayerSettings::PredefinedPositionOrder ),
QgsDataDefinedButton::String,
tr( "Comma seperated list of placements in order of priority<br>" )
tr( "Comma separated list of placements in order of priority<br>" )
+ QLatin1String( "[<b>TL</b>=Top left|<b>TSL</b>=Top, slightly left|<b>T</b>=Top middle|<br>"
"<b>TSR</b>=Top, slightly right|<b>TR</b>=Top right|<br>"
"<b>L</b>=Left|<b>R</b>=Right|<br>"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgstracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ void extractLinework( const QgsGeometry* g, QgsMultiPolyline& mpl )
break;

default:
break; // unkown type - do nothing
break; // unknown type - do nothing
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgstracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class CORE_EXPORT QgsTracer : public QObject
enum PathError
{
ErrNone, //!< No error
ErrTooManyFeatures, //!< Max feature count treshold was reached while reading features
ErrTooManyFeatures, //!< Max feature count threshold was reached while reading features
ErrPoint1, //!< Start point cannot be joined to the graph
ErrPoint2, //!< End point cannot be joined to the graph
ErrNoPath, //!< Points are not connected in the graph
Expand Down
2 changes: 1 addition & 1 deletion src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<item>
<widget class="QGroupBox" name="mFilePickerGroupBox">
<property name="title">
<string>Display ressource path</string>
<string>Display resource path</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down

0 comments on commit f8f2528

Please sign in to comment.