diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-11 12:37:03 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 15:27:24 +0000 |
commit | 806bec7107c426d0d05ceabd82da159e75d7f5ed (patch) | |
tree | a0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /sw/inc/editsh.hxx | |
parent | 4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff) |
Fix typos in comments
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
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. |