summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 42e570e75dfb..8a710fd84609 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -203,7 +203,7 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(weld::Window *pParent)
mxLocalView->ShowTooltips(true);
- // Set width and height of the templates thumbnail viewer to acommodate 3 rows and 4 columns of items
+ // Set width and height of the templates thumbnail viewer to accommodate 3 rows and 4 columns of items
mxLocalViewWeld->set_size_request(TEMPLATE_ITEM_MAX_WIDTH * 5, TEMPLATE_ITEM_MAX_HEIGHT_SUB * 3);
mxOKButton->connect_clicked(LINK(this, SfxTemplateManagerDlg, OkClickHdl));