diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index b47c2e55..d3198b69 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -161,7 +161,7 @@ protected: struct Word { - /* todo: perhaps add a xLeft? */ + /* TODO: perhaps add a xLeft? */ core::Requisition size; /* Space after the word, only if it's not a break: */ unsigned short origSpace; /* from font, set by addSpace */ |