From c66c12aa632dd99db0b9c79581ddcdedd4347a6d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 14 Oct 2014 19:23:27 +0000 Subject: [PATCH] Fix typo in a comment in wxSpinCtrlGenericBase::Create(). s/satisfy/specify/ to give some sense to this comment. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/spinctlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/spinctlg.cpp b/src/generic/spinctlg.cpp index 95ff8c966b..319a5b57b5 100644 --- a/src/generic/spinctlg.cpp +++ b/src/generic/spinctlg.cpp @@ -221,7 +221,7 @@ bool wxSpinCtrlGenericBase::Create(wxWindow *parent, m_spin_value = m_spinButton->GetValue(); // the string value overrides the numeric one (for backwards compatibility - // reasons and also because it is simpler to satisfy the string value which + // reasons and also because it is simpler to specify the string value which // comes much sooner in the list of arguments and leave the initial // parameter unspecified) if ( !value.empty() )