Skip to content

Commit 4440c09

Browse files
DelazJnyalldawson
authored andcommitted
Running check_spelling.sh
1 parent 76e778d commit 4440c09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/spell_check/.agignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ debian/build.*/
55
debian/build*/
66
debian/.*/usr/
77
i18n/
8-
external/astyle
8+
external/*
99
ms-windows/osgeo4w/
1010
python/ext-libs/
1111
python/plugins/processing/algs/saga/

src/core/qgsdataitem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include "qgsanimatedicon.h"
4343

4444
// use GDAL VSI mechanism
45-
#define CPL_SUPRESS_CPLUSPLUS
45+
#define CPL_SUPRESS_CPLUSPLUS //#spellok
4646
#include "cpl_vsi.h"
4747
#include "cpl_string.h"
4848

src/gui/editorwidgets/qgsdatetimeeditconfig.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ QgsDateTimeEditConfig::QgsDateTimeEditConfig( QgsVectorLayer *vl, int fieldIdx,
4545
"<tr>"
4646
"<td bgcolor=\"#ffffff\" style=\"vertical-align:top; padding-left:10; padding-right:10; padding-top:3; padding-bottom:3;\">"
4747
"<p><span style=\"font-family:'Open Sans,sans-serif'; font-size:11px; color:#66666e; background-color:#ffffff;\">"
48-
"<a href=\"http://www.iso.org/iso/catalogue_detail?csnumber=40874\">" )
48+
"<a href=\"http://www.iso.org/iso/catalogue_detail?csnumber=40874\">" ) //#spellok
4949
+ tr( "ISO 8601" )
5050
+ QStringLiteral( "</a> " )
5151
+ tr( "extended format: either <code>yyyy-MM-dd</code> for dates or <code>yyyy-MM-ddTHH:mm:ss</code> (e.g. 2017-07-24T15:46:29), or with a time-zone suffix (Z for UTC otherwise an offset as [+|-]HH:mm) where appropriate for combined dates and times." )

0 commit comments

Comments
 (0)