From ab5b77536b6814b5eb66bc862bfd0610f4f3b56c Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Mon, 28 Nov 2011 10:30:25 +0700 Subject: s/weather/whether/ where appropriate --- sw/source/ui/wrtsh/navmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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) { -- cgit