summaryrefslogtreecommitdiffstats
path: root/interfaces/tdetexteditor/bloctdeselectiondcopinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/tdetexteditor/bloctdeselectiondcopinterface.h')
-rw-r--r--interfaces/tdetexteditor/bloctdeselectiondcopinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/tdetexteditor/bloctdeselectiondcopinterface.h b/interfaces/tdetexteditor/bloctdeselectiondcopinterface.h
index 4b74fd2a0..3117ee163 100644
--- a/interfaces/tdetexteditor/bloctdeselectiondcopinterface.h
+++ b/interfaces/tdetexteditor/bloctdeselectiondcopinterface.h
@@ -38,13 +38,13 @@ namespace KTextEditor
/**
* Returns the status of the selection mode - true indicates block selection mode is on.
* If this is true, selections applied via the SelectionInterface are handled as
- * blockselections and the paste functions of the ClipboardInterface works on
+ * bloctdeselections and the paste functions of the ClipboardInterface works on
* rectangular blocks of text rather than normal. (copy too, but thats clear I hope ;)
*/
bool blockSelectionMode ();
/**
- * set blockselection mode to state "on"
+ * set bloctdeselection mode to state "on"
*/
bool setBlockSelectionMode (bool on) ;