Skip to content

Commit 7248d58

Browse files
committed
Fix 'nubmer' typo, replace with 'number'.
1 parent 428ec00 commit 7248d58

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

resources/context_help/QgsDelimitedTextSourceSelect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Each attribute also has a data type, one of string (text), integer, longlong,
221221
or real number.
222222
The data type is inferred from the content of the fields - if every non blank value
223223
is a valid integer then the type is integer, otherwise if it is a valid long long
224-
nubmer then the type is longlong, otherwise if it is a valid real
224+
number then the type is longlong, otherwise if it is a valid real
225225
number then the type is real, otherwise the type is string. Note that this is
226226
based on the content of the fields - quoting fields does not change the way they
227227
are interpreted.

scripts/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ nescessary:necessary
300300
nessessary:necessary
301301
noticable:noticeable
302302
notications:notifications
303+
nubmer:number
303304
o'caml:OCaml
304305
occured:occurred
305306
occurence:occurrence

src/providers/wcs/qgswcsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ QgsWcsProvider::QgsWcsProvider( QString const &uri )
185185
return;
186186
}
187187

188-
// Get small piece of coverage to find GDAL data type and nubmer of bands
188+
// Get small piece of coverage to find GDAL data type and number of bands
189189
int bandNo = 0; // All bands
190190
int width;
191191
int height;

0 commit comments

Comments
 (0)