Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 10, 2012
1 parent b30f2b6 commit 838ac1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsscalecombobox.sip
@@ -1,6 +1,6 @@

/** A combobox which lets the user select map scale from predefined list
* and highlights nearest to current scale valu
* and highlights nearest to current scale value
*/
class QgsScaleComboBox : QComboBox
{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsscalecombobox.h
Expand Up @@ -22,7 +22,7 @@

/** \ingroup gui
* A combobox which lets the user select map scale from predefined list
* and highlights nearest to current scale valu
* and highlights nearest to current scale value
**/
class GUI_EXPORT QgsScaleComboBox : public QComboBox
{
Expand Down

0 comments on commit 838ac1d

Please sign in to comment.