aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ui.cc b/dw/ui.cc
index f14d27aa..6caac1f2 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -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);
}