summaryrefslogtreecommitdiffstats
path: root/examples/wizard/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wizard/wizard.cpp')
-rw-r--r--examples/wizard/wizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp
index 9440ab718..96c88efb4 100644
--- a/examples/wizard/wizard.cpp
+++ b/examples/wizard/wizard.cpp
@@ -72,7 +72,7 @@ void Wizard::setupPage2()
info->setText( "\n"
"Enter your personal\n"
"data here.\n\n"
- "The retquired fields are\n"
+ "The required fields are\n"
"First Name, Last Name \n"
"and E-Mail.\n" );
info->setMaximumWidth( info->sizeHint().width() );