summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-26 22:53:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-26 23:57:47 +0100
commit570b59edac31d1a86ebbb042602f5a9781c19ef9 (patch)
tree7e7f5dd85fdb11b4f498ae57a93dae2e44f4d20d
parentf72004dc283dce45649e5807a6345a5d08b79a21 (diff)
fix fractured comment
Change-Id: Ib4227a74232b1ba6ca48d037340c4a7441ab08e7
-rw-r--r--vcl/inc/vcl/dialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/dialog.hxx b/vcl/inc/vcl/dialog.hxx
index 22ca60951970..b0e69c44c9ef 100644
--- a/vcl/inc/vcl/dialog.hxx
+++ b/vcl/inc/vcl/dialog.hxx
@@ -35,8 +35,8 @@
#include <vcl/syswin.hxx>
#include <vcl/timer.hxx>
-// parameter to pass to the dialogue constructor if really no parent is wanted
-// whereas NULL chooses the deafult dialogue parent
+// parameter to pass to the dialog constructor if really no parent is wanted
+// whereas NULL chooses the default dialog parent
#define DIALOG_NO_PARENT ((Window*)0xffffffff)
// ----------