summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
index 504540f2e3e2..5ac1436a80c3 100644
--- a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
+++ b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
@@ -30,7 +30,7 @@ void OJoinMoveTabWinUndoAct::TogglePosition()
// it looks like ptFrameScrollPos is meaningless, then I subtract it here and add it to ptNext, and
// next time I subtract again...
- // AbetptFrameScrollPos could have changed next time...
+ // Albeit ptFrameScrollPos could have changed next time...
m_pOwner->EnsureVisible(m_pTabWin);
m_ptNextPosition = ptNext;