summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:19:47 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:19:47 -0500
commitb1821eadbf6035cf331c5c7862b6fc7069100854 (patch)
tree4c60fcff4d49d3cc273c452c006c8fc34185fe48
parent7808ef5643db84e4f054c829fe442c9bed44ca9b (diff)
downloadkvirc-b1821ead.tar.gz
kvirc-b1821ead.zip
Fix typos.
-rw-r--r--src/modules/objects/class_multilineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_multilineedit.cpp b/src/modules/objects/class_multilineedit.cpp
index 1d14fcb1..07c9ab60 100644
--- a/src/modules/objects/class_multilineedit.cpp
+++ b/src/modules/objects/class_multilineedit.cpp
@@ -257,7 +257,7 @@ static int mod_cod[] = {
!fn: <integer> $lineOfChar(<paragraph:integer>,<index:integer>)
Returns the line number of the line in paragraph par in which the character at position index appears.[br]
If there is no such paragraph or no such character at the index position -1 is returned.
- !fn: <integer> $paragraphLenght(<paragraph:integer>)
+ !fn: <integer> $paragraphLength(<paragraph:integer>)
Returns the length of the paragraph par, or -1 if there is no paragraph with index par.
*/