Date: Mon, 19 Mar 2012 16:10:14 +0100 Subject: [PATCH] Doc typo removed --- src/Wt/WDoubleSpinBox | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Wt/WDoubleSpinBox b/src/Wt/WDoubleSpinBox index 0d17287..4a992b3 100644 --- a/src/Wt/WDoubleSpinBox +++ b/src/Wt/WDoubleSpinBox @@ -17,7 +17,7 @@ namespace Wt { * The spin box provides a control for entering a fixed point * number. It consists of a line edit, and buttons which allow to * increase or decrease the value. If you rather need input of an - * integer number number, use WDoubleSpinBox instead. + * integer number, use WSpinBox instead. * * %WDoubleSpinBox is an \link WWidget::setInline(bool) inline * \endlink widget. -- 1.7.5.4