From f400a1c9fd98dcbea85c175c49d8dd7c883dd136 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 7 Sep 2005 11:25:59 +0000 Subject: [PATCH] Fix a typo. --- include/oleidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oleidl.idl b/include/oleidl.idl index 5e41081a67e..4e7670c2d5b 100644 --- a/include/oleidl.idl +++ b/include/oleidl.idl @@ -252,7 +252,7 @@ interface IOleInPlaceSite : IOleWindow [in, out] LPOLEINPLACEFRAMEINFO lpFrameInfo); HRESULT Scroll( - [in] SIZE scrollExtant); + [in] SIZE scrollExtent); HRESULT OnUIDeactivate( [in] BOOL fUndoable);