diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:30:25 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:32:13 +0700 |
commit | ab5b77536b6814b5eb66bc862bfd0610f4f3b56c (patch) | |
tree | 1a48cd0499fb56ae0ff472707fe0660d33a7e425 /sw | |
parent | c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8 (diff) |
s/weather/whether/ where appropriate
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/wrtsh/navmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/navmgr.cxx b/sw/source/ui/wrtsh/navmgr.cxx index c0b9c4024404..8d49bdc4650f 100644 --- a/sw/source/ui/wrtsh/navmgr.cxx +++ b/sw/source/ui/wrtsh/navmgr.cxx @@ -180,7 +180,7 @@ bool SwNavigationMgr::addEntry(const SwPosition& rPos) { bool bForwardWasEnabled = forwardEnabled(); bool bRet = false; // return value of the function. - // Indicates weather the index should be decremented before jumping back or not + // Indicates whether the index should be decremented before jumping back or not #if SMART /* If any forward history exists, twist the tail of the list from the current position to the end */ if (bForwardWasEnabled) { |