summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/editsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a16330a8f6f4..0f35852385ac 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -284,7 +284,7 @@ public:
/* FormatCollections (new) - Explaining the general naming pattern:
* GetXXXCount() returns the count of xxx in the document.
* GetXXX(i) returns i-th xxx (ERR_RAISE if beyond range!).
- * DelXXX(i) delets i-th xxx (ERR_RAISE if beyond range!).
+ * DelXXX(i) deletes i-th xxx (ERR_RAISE if beyond range!).
* GetCurXXX() returns xxx that is valid at cursor or in ranges.
* returns 0, if not unanimuous.
* SetXXX() sets xxx at cursor or in ranges.