diff options
Diffstat (limited to 'src/base/Clipboard.h')
-rw-r--r-- | src/base/Clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/Clipboard.h b/src/base/Clipboard.h index e205e33..9400698 100644 --- a/src/base/Clipboard.h +++ b/src/base/Clipboard.h @@ -35,7 +35,7 @@ class EventSelection; * editing operations. Conceptually it has two "modes", * single-segment and multiple-segment, although there's no particular * distinction behind the scenes. The Clipboard owns all the segments - * it contains -- they should always be deep copies, not aliases. + * it tqcontains -- they should always be deep copies, not aliases. */ class Clipboard |