aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-10-02 11:10:40 +0200
committerSebastian Geerken <devnull@localhost>2013-10-02 11:10:40 +0200
commite8f04035f76c6a31f42ec3465902854569905c1d (patch)
treedf776ddcce308001eaafb93dbb3988382b0a078d /dw/style.hh
parentb786927adfaaee3eddc3c73033edbddd7f646f2a (diff)
Typo in comment.
Diffstat (limited to 'dw/style.hh')
-rw-r--r--dw/style.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.hh b/dw/style.hh
index 88e4a290..27bcf579 100644
--- a/dw/style.hh
+++ b/dw/style.hh
@@ -463,8 +463,8 @@ public:
StyleImage *backgroundImage;
BackgroundRepeat backgroundRepeat;
BackgroundAttachment backgroundAttachment;
- Length backgroundPositionX; // "left" defiened by "0%" etc. (see CSS spec)
- Length backgroundPositionY; // "top" defiened by "0%" etc. (see CSS spec)
+ Length backgroundPositionX; // "left" defined by "0%" etc. (see CSS spec)
+ Length backgroundPositionY; // "top" defined by "0%" etc. (see CSS spec)
TextAlignType textAlign;
VAlignType valign;