From 23af031b09dffe37222517d69f5337db26fdb307 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sat, 18 Feb 2012 12:37:04 +0800 Subject: Fix typos in comments --- reportdesign/source/core/sdr/UndoEnv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign') diff --git a/reportdesign/source/core/sdr/UndoEnv.cxx b/reportdesign/source/core/sdr/UndoEnv.cxx index d3f96413d893..487bbafbb2ed 100644 --- a/reportdesign/source/core/sdr/UndoEnv.cxx +++ b/reportdesign/source/core/sdr/UndoEnv.cxx @@ -343,7 +343,7 @@ void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEv implSetModified(); // now we have access to the cached info about the property affected - // and are able to decide wether or not we need an undo action + // and are able to decide whether or not we need an undo action // no UNDO for transient/readonly properties if ( aPropertyPos->second.bIsReadonlyOrTransient ) -- cgit