summaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-12-22 23:38:03 +0000
committercorvid <corvid@lavabit.com>2009-12-22 23:38:03 +0000
commitd82c5e1ff224f1d4603a964d26ab1ff4267255e5 (patch)
tree249208cf47edc9d13f59b0720585cac5ca9be234 /dw
parent80e2925a353d122cff1a42d86348228d1d8b182b (diff)
spelling
Diffstat (limited to 'dw')
-rw-r--r--dw/style.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.hh b/dw/style.hh
index 231f879a..700c56d3 100644
--- a/dw/style.hh
+++ b/dw/style.hh
@@ -81,7 +81,7 @@ namespace core {
* <li> A length refers to an absolute measurement. It is used to
* represent the HTML type %Pixels; and the CSS type \<length\>.
*
- * For CSS lenghts, there are two units: (i) pixels and absolute
+ * For CSS lengths, there are two units: (i) pixels and absolute
* units, which have to be converted to pixels (a pixel is, unlike
* in the CSS specification, treated as absolute unit), and (ii) the
* relative units "em" and "ex" (see below).
@@ -343,7 +343,7 @@ enum WhiteSpace {
* <li> dw::core::style::relLengthVal
* </ul>
*
- * "auto" lenghths are represented as dw::core::style::LENGTH_AUTO.
+ * "auto" lengths are represented as dw::core::style::LENGTH_AUTO.
*/
typedef int Length;