aboutsummaryrefslogtreecommitdiff
path: root/devdoc/dw-miscellaneous.doc
diff options
context:
space:
mode:
Diffstat (limited to 'devdoc/dw-miscellaneous.doc')
-rw-r--r--devdoc/dw-miscellaneous.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/devdoc/dw-miscellaneous.doc b/devdoc/dw-miscellaneous.doc
index f7e44e73..7a56b33b 100644
--- a/devdoc/dw-miscellaneous.doc
+++ b/devdoc/dw-miscellaneous.doc
@@ -83,12 +83,12 @@ conditions it is allowed to (directly or indirectly) call
dw::core::Widget::queueResize within an implementation of
dw::core::Widget::markSizeChange.
-Here is the orginal test case (slow, when `if (lines->size () > 0)` is removed
+Here is the original test case (slow, when `if (lines->size () > 0)` is removed
again):
(for i in $(seq 1 20); do echo '<div style="float:left"><div></div>'; done) > tmp.html; src/dillo tmp.html
-You may change the numner (20), or examine smaller cases with
+You may change the number (20), or examine smaller cases with
<a href="http://home.gna.org/rtfl/">RTFL</a>:
(for i in $(seq 1 3); do echo '<div style="float:left"><div></div>'; done) > tmp.html; src/dillo tmp.html | rtfl-objview -OM -A "*" -a resize -a resize.oofm