summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_selection.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index 569e31a8f174..130ac6709d29 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -158,7 +158,7 @@ namespace x11 {
// INCR protocol is used if the data cannot
// be transported at once but in parts
// IncrementalTransfer holds the bytes to be transmitted
- // as well a the current position
+ // as well as the current position
// INCR triggers the delivery of the next part by deleting the
// property used to transfer the data
struct IncrementalTransfer
@@ -200,7 +200,7 @@ namespace x11 {
bool m_bOwner;
::Window m_aLastOwner;
PixmapHolder* m_pPixmap;
- // m_nOrigTimestamp contains the Timestamp at which the seclection
+ // m_nOrigTimestamp contains the Timestamp at which the selection
// was acquired; needed for TimeSTAMP target
Time m_nOrigTimestamp;