Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 7, 2017
1 parent 132d7f2 commit 47ab1a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/creatensis.pl
Expand Up @@ -141,7 +141,7 @@ sub getDeps {
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}";
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -5732,6 +5732,7 @@ regarless:regardless
registe:register
registed:registered
registeing:registering
registing:registering
registerd:registered:*
registes:registers
registraration:registration
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/core/qgseditorwidgetautoconf.h
Expand Up @@ -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.
Expand Down

0 comments on commit 47ab1a7

Please sign in to comment.