summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/source.cxx2
1 files changed, 1 insertions, 1 deletions
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.