summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/paramdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/paramdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index 6d8762a3a6c7..e20d01c813c2 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -268,7 +268,7 @@ namespace dbaui
nNext = (nNext + 1) % nCount;
if ( m_aVisitedParams[nNext] & EF_VISITED )
- // there is no such "not visited yet" entry -> simpy take the next one
+ // there is no such "not visited yet" entry -> simply take the next one
nNext = (nCurrent + 1) % nCount;
m_pAllParams->SelectEntryPos(nNext);