mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05: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 ) {
|
foreach my $p ( keys %pkgs ) {
|
||||||
my @f;
|
my @f;
|
||||||
unless( exists $file{$p} ) {
|
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;
|
next;
|
||||||
}
|
}
|
||||||
push @f, "$root/$file{$p}";
|
push @f, "$root/$file{$p}";
|
||||||
|
@ -5732,6 +5732,7 @@ regarless:regardless
|
|||||||
registe:register
|
registe:register
|
||||||
registed:registered
|
registed:registered
|
||||||
registeing:registering
|
registeing:registering
|
||||||
|
registing:registering
|
||||||
registerd:registered:*
|
registerd:registered:*
|
||||||
registes:registers
|
registes:registers
|
||||||
registraration:registration
|
registraration:registration
|
||||||
|
@ -52,7 +52,7 @@ class GUI_EXPORT QgsEditorWidgetAutoConfPlugin
|
|||||||
///@cond PRIVATE
|
///@cond PRIVATE
|
||||||
|
|
||||||
/** \ingroup gui
|
/** \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
|
* This class has only one instance, owned by the QgsEditorWidgetRegistry singleton
|
||||||
*
|
*
|
||||||
* The plugins are instances of QgsEditorWidgetAutoConfPlugin.
|
* The plugins are instances of QgsEditorWidgetAutoConfPlugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user