diff options
Diffstat (limited to 'dw/ui.cc')
-rw-r--r-- | dw/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ Embed::~Embed() void Embed::sizeRequestSimpl (Requisition *requisition) { resource->sizeRequest (requisition); - // TODO Correction should perhaps be left to the resouces. + // TODO Correction should perhaps be left to the resources. correctRequisition(requisition, core::splitHeightPreserveAscent, true, true); } |