summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/navmgr.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:42:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:42:27 +0200
commit2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch)
tree93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /sw/source/uibase/wrtsh/navmgr.cxx
parent09b4cbe977c755a447f97034189b85998f358d79 (diff)
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo
Diffstat (limited to 'sw/source/uibase/wrtsh/navmgr.cxx')
-rw-r--r--sw/source/uibase/wrtsh/navmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/navmgr.cxx b/sw/source/uibase/wrtsh/navmgr.cxx
index 9621e8d17838..1811532e2d50 100644
--- a/sw/source/uibase/wrtsh/navmgr.cxx
+++ b/sw/source/uibase/wrtsh/navmgr.cxx
@@ -95,7 +95,7 @@ void SwNavigationMgr::goBack() {
// We are adding the current Point to the navigation history
// so we could later navigate forward to it
- // The addEntry() method returns true if we should decrement
+ // The addEntry() method returns true iff we should decrement
// the index before navigating back
if (addEntry(*pPaM->GetPoint()) ) {