summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:39:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:39:01 -0500
commitd4b2361d3bb52e5eaad79fee5868bea984b61225 (patch)
tree6418c5bec0e74c8107c29a1edb8f2bf98ee05e1a
parentb1821eadbf6035cf331c5c7862b6fc7069100854 (diff)
downloadkvirc-d4b2361d.tar.gz
kvirc-d4b2361d.zip
Fix typos.
-rw-r--r--src/modules/objects/class_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp
index 644999a5..1b514f12 100644
--- a/src/modules/objects/class_widget.cpp
+++ b/src/modules/objects/class_widget.cpp
@@ -160,7 +160,7 @@ const int widgettypes_cod[] = {
!fn: $geometry()
Returns the widget geometry in this form:[br]
x, y, width, height.
- !fn: $setGeometry(<x_or_array>,[<y>,<width>,<heigth>])
+ !fn: $setGeometry(<x_or_array>,[<y>,<width>,<height>])
Sets the geometry of this widget. <x> and <y> are relative
to the parent widget or to the desktop (if this widget is
a toplevel one). All the parameters are in pixels.