summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
commitb63571f510793376a334d346974d4d0d73b9a0ff (patch)
tree73f5bfeadb67c697cf8474381e021b9e23beb863 /dtrans
parentdc08157dff6d997b4e5b19c9496ddf54727ba26f (diff)
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
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.