spelling updates

This commit is contained in:
Juergen E. Fischer 2021-07-22 08:55:59 +02:00
parent dd9eb90a43
commit 6964eb21f6
13 changed files with 3 additions and 50 deletions

View File

@ -1,2 +0,0 @@
spelling-error-in-binary * Pres Press
spelling-error-in-binary * wHE when

View File

@ -1,7 +1,2 @@
no-symbols-control-file *
shlib-calls-exit *
spelling-error-in-binary * Addd Add
spelling-error-in-binary * PrES Press
spelling-error-in-binary * Pres Press
spelling-error-in-binary * liK link
spelling-error-in-binary * pres press

View File

@ -1,7 +1 @@
no-symbols-control-file *
spelling-error-in-binary * MoR More
spelling-error-in-binary * Pres Press
spelling-error-in-binary * Righ Right
spelling-error-in-binary * Rigt Right
spelling-error-in-binary * pres press
spelling-error-in-binary * whE when

View File

@ -1,13 +1,2 @@
shlib-calls-exit *
no-symbols-control-file *
spelling-error-in-binary * Buid Build
spelling-error-in-binary * ObAY Obey
spelling-error-in-binary * PreS Press
spelling-error-in-binary * Pres Press
spelling-error-in-binary * aKs ask
spelling-error-in-binary * cHEK check
spelling-error-in-binary * dsFg dfsg
spelling-error-in-binary * nam name
spelling-error-in-binary * prEs press
spelling-error-in-binary * pres press
spelling-error-in-binary * tAHt that

View File

@ -1,10 +1,2 @@
shlib-calls-exit *
no-symbols-control-file *
spelling-error-in-binary * Lik Link
spelling-error-in-binary * LsIt List
spelling-error-in-binary * TEh The
spelling-error-in-binary * aKs ask
spelling-error-in-binary * akS ask
spelling-error-in-binary * hapen happen
spelling-error-in-binary * oFO of
spelling-error-in-binary * yElD yield

View File

@ -1,2 +1 @@
no-symbols-control-file *
spelling-error-in-binary * Pres Press

View File

@ -1,10 +1,2 @@
hardening-no-fortify-functions *
spelling-error-in-binary * Afe Safe
spelling-error-in-binary * Buid Build
spelling-error-in-binary * IiF If
spelling-error-in-binary * Iif If
spelling-error-in-binary * Wih With
spelling-error-in-binary * afe safe
spelling-error-in-binary * lik link
spelling-error-in-binary * mor more
spelling-error-in-binary * onself oneself

View File

@ -1,3 +1,2 @@
package-name-doesnt-match-sonames *
no-symbols-control-file *
spelling-error-in-binary * naM name

View File

@ -1,4 +1,2 @@
spelling-error-in-binary * Pres Press
spelling-error-in-binary * nams names
spelling-error-in-binary * neeS needs
spelling-error-in-binary * pres press

View File

@ -1,3 +0,0 @@
spelling-error-in-binary * NAm Name
spelling-error-in-binary * Ofo Of
spelling-error-in-binary * yAu you

View File

@ -82,7 +82,7 @@ std::unique_ptr<MDAL::Mesh> MDAL::DriverPly::load( const std::string &meshFile,
}
/*
* The header is a format defintion and a series of element definitions and/or comment lines
* The header is a format definition and a series of element definitions and/or comment lines
* cycle through these until end-header
*/
do

View File

@ -90,7 +90,7 @@ The ``dynamicKeyParts`` argument specifies the list of dynamic parts of the sett
%Docstring
Returns ``True`` if the provided key match the settings entry.
This is useful for settings with dynamic keys. For example this permits to check that
This is useful for settings with dynamic keys. For example this permits one to check that
the settings key "NewsFeed/httpsfeedqgisorg/27/content" is valid for the settings entry
defined with the key "NewsFeed/%1/%2/content"

View File

@ -126,7 +126,7 @@ class CORE_EXPORT QgsSettingsEntryBase
/**
* Returns TRUE if the provided key match the settings entry.
*
* This is useful for settings with dynamic keys. For example this permits to check that
* This is useful for settings with dynamic keys. For example this permits one to check that
* the settings key "NewsFeed/httpsfeedqgisorg/27/content" is valid for the settings entry
* defined with the key "NewsFeed/%1/%2/content"
*