summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-12-07 14:24:08 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2016-12-07 11:28:59 +0000
commit1d74d19a76f203ca33956e564b916704e17af4f7 (patch)
treefc4532a6a10febf40d8c1e0c941ef05cbca6850f /vcl
parentd1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (diff)
Monkey business: Fix typo in comments: et -> ed :)
Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60 Reviewed-on: https://gerrit.libreoffice.org/31721 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/headless/svpinst.hxx2
-rw-r--r--vcl/inc/salinst.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index df550c4f3616..e483775748a2 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -131,7 +131,7 @@ public:
// Printer
// pSetupData->mpDriverData can be 0
- // pSetupData must be updatet with the current
+ // pSetupData must be updated with the current
// JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) override;
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index da8b6dea8412..b5421f759e22 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -97,7 +97,7 @@ public:
// Printer
// pSetupData->mpDriverData can be 0
- // pSetupData must be updatet with the current
+ // pSetupData must be updated with the current
// JobSetup
virtual SalInfoPrinter* CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData ) = 0;