fix typos

This commit is contained in:
Juergen E. Fischer 2017-08-08 01:46:30 +02:00
parent 132d7f2a1e
commit 47ab1a74ae
3 changed files with 3 additions and 2 deletions

View File

@ -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}";

View File

@ -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

View File

@ -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.