Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 'nubmer' typo, replace with 'number'.
  • Loading branch information
sebastic committed Mar 25, 2016
1 parent 428ec00 commit 7248d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/QgsDelimitedTextSourceSelect
Expand Up @@ -221,7 +221,7 @@ Each attribute also has a data type, one of string (text), integer, longlong,
or real number.
The data type is inferred from the content of the fields - if every non blank value
is a valid integer then the type is integer, otherwise if it is a valid long long
nubmer then the type is longlong, otherwise if it is a valid real
number then the type is longlong, otherwise if it is a valid real
number then the type is real, otherwise the type is string. Note that this is
based on the content of the fields - quoting fields does not change the way they
are interpreted.
Expand Down
1 change: 1 addition & 0 deletions scripts/spelling.dat
Expand Up @@ -300,6 +300,7 @@ nescessary:necessary
nessessary:necessary
noticable:noticeable
notications:notifications
nubmer:number
o'caml:OCaml
occured:occurred
occurence:occurrence
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.cpp
Expand Up @@ -185,7 +185,7 @@ QgsWcsProvider::QgsWcsProvider( QString const &uri )
return;
}

// Get small piece of coverage to find GDAL data type and nubmer of bands
// Get small piece of coverage to find GDAL data type and number of bands
int bandNo = 0; // All bands
int width;
int height;
Expand Down

0 comments on commit 7248d58

Please sign in to comment.