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 ) {
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}";

View File

@ -5732,6 +5732,7 @@ regarless:regardless
registe:register
registed:registered
registeing:registering
registing:registering
registerd:registered:*
registes:registers
registraration:registration

View File

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