mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix typos
This commit is contained in:
parent
132d7f2a1e
commit
47ab1a74ae
@ -141,7 +141,7 @@ my @desc;
|
||||
foreach my $p ( keys %pkgs ) {
|
||||
my @f;
|
||||
unless( exists $file{$p} ) {
|
||||
print "No file for package $p found found.\n" if $verbose;
|
||||
print "No file for package $p found.\n" if $verbose;
|
||||
next;
|
||||
}
|
||||
push @f, "$root/$file{$p}";
|
||||
|
@ -5732,6 +5732,7 @@ regarless:regardless
|
||||
registe:register
|
||||
registed:registered
|
||||
registeing:registering
|
||||
registing:registering
|
||||
registerd:registered:*
|
||||
registes:registers
|
||||
registraration:registration
|
||||
|
@ -52,7 +52,7 @@ class GUI_EXPORT QgsEditorWidgetAutoConfPlugin
|
||||
///@cond PRIVATE
|
||||
|
||||
/** \ingroup gui
|
||||
* Class that allows registing plugins to pick automatically a widget type for editing fields.
|
||||
* Class that allows registering plugins to pick automatically a widget type for editing fields.
|
||||
* This class has only one instance, owned by the QgsEditorWidgetRegistry singleton
|
||||
*
|
||||
* The plugins are instances of QgsEditorWidgetAutoConfPlugin.
|
||||
|
Loading…
x
Reference in New Issue
Block a user