diff --git a/resources/context_help/QgsDelimitedTextSourceSelect b/resources/context_help/QgsDelimitedTextSourceSelect index b55b8c3c0fdd..7c3f549c97b0 100644 --- a/resources/context_help/QgsDelimitedTextSourceSelect +++ b/resources/context_help/QgsDelimitedTextSourceSelect @@ -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. diff --git a/scripts/spelling.dat b/scripts/spelling.dat index e12b0a2829ad..04b07e043adc 100644 --- a/scripts/spelling.dat +++ b/scripts/spelling.dat @@ -300,6 +300,7 @@ nescessary:necessary nessessary:necessary noticable:noticeable notications:notifications +nubmer:number o'caml:OCaml occured:occurred occurence:occurrence diff --git a/src/providers/wcs/qgswcsprovider.cpp b/src/providers/wcs/qgswcsprovider.cpp index c4f1fd24db1d..7fbafa725153 100644 --- a/src/providers/wcs/qgswcsprovider.cpp +++ b/src/providers/wcs/qgswcsprovider.cpp @@ -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;