From b63571f510793376a334d346974d4d0d73b9a0ff Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 20 Dec 2014 16:39:24 +0100 Subject: Typos Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82 --- dtrans/source/win32/dnd/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx index d7907f59c8aa..2728aed7cc11 100644 --- a/dtrans/source/win32/dnd/source.cxx +++ b/dtrans/source/win32/dnd/source.cxx @@ -99,7 +99,7 @@ void DragSource::StartDragImpl( // The SourceContext class administers the XDragSourceListener s and // fires events to them. An instance only exists in the scope of this - // functions. However, the drag and drop operation causes callbacks + // function. However, the drag and drop operation causes callbacks // to the IDropSource interface implemented in this class (but only // while this function executes). The source context is also used // in DragSource::QueryContinueDrag. -- cgit