From 838ac1d9ad4889d701541915c2db3038a7a24e66 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Tue, 10 Jan 2012 15:53:02 +0200 Subject: [PATCH] fix typo --- python/gui/qgsscalecombobox.sip | 2 +- src/gui/qgsscalecombobox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/gui/qgsscalecombobox.sip b/python/gui/qgsscalecombobox.sip index 0809797730de..e35443ed8dfb 100644 --- a/python/gui/qgsscalecombobox.sip +++ b/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 { diff --git a/src/gui/qgsscalecombobox.h b/src/gui/qgsscalecombobox.h index 058e200da297..b1623a6b6b7b 100644 --- a/src/gui/qgsscalecombobox.h +++ b/src/gui/qgsscalecombobox.h @@ -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 {