diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-09-27 16:35:47 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-09-27 16:35:47 -0400 |
commit | 5f6e7f9bfeb89cda7e1956958a44804179594d26 (patch) | |
tree | cd20219a62fe0f6cbfecd355bd336ab330d3b4c9 /doc | |
parent | d4f2f418e1f33e10ce35be3b0b200d94fa29e4d0 (diff) |
Fixed a few minor documentation typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-layout-widgets.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dw-layout-widgets.doc b/doc/dw-layout-widgets.doc index d488efd8..e0215562 100644 --- a/doc/dw-layout-widgets.doc +++ b/doc/dw-layout-widgets.doc @@ -5,7 +5,7 @@ widgets. A widget represents a given part of the document, e.g. a text block, a table, or an image. Widgets may be nested, so layouting and drawing may be delegated by one widget to its child widgets. -Where do define the borders of a widget, wheather to combine different +Where to define the borders of a widget, whether to combine different widgets to one, or to split one widget into multiple ones, should be considered based on different concerns: @@ -22,7 +22,7 @@ considered based on different concerns: <li> Since some widgets are already rather complex, an important goal is to keep the implementation of the widget simple. -<li> Furthermore, the granularity should not be to fine, because of the +<li> Furthermore, the granularity should not be too fine, because of the overhead each single widget adds. </ul> |