summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/autoredactdialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/autoredactdialog.cxx b/sfx2/source/doc/autoredactdialog.cxx
index 5d94906e9ba8..30977b82e878 100644
--- a/sfx2/source/doc/autoredactdialog.cxx
+++ b/sfx2/source/doc/autoredactdialog.cxx
@@ -161,7 +161,7 @@ IMPL_LINK_NOARG(SfxAutoRedactDialog, SaveHdl, weld::Button&, void)
IMPL_LINK_NOARG(SfxAutoRedactDialog, AddHdl, weld::Button&, void)
{
- // Open the Add Target dialog, craete a new target and insert into the targets vector and the listbox
+ // Open the Add Target dialog, create a new target and insert into the targets vector and the listbox
SfxAddTargetDialog aAddTargetDialog(getDialog(), m_xTargetsBox->GetNameProposal());
bool bIncomplete;
@@ -208,7 +208,7 @@ IMPL_LINK_NOARG(SfxAutoRedactDialog, AddHdl, weld::Button&, void)
{
std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(
getDialog(), VclMessageType::Warning, VclButtonsType::Ok,
- "An error occured while adding new target. Please report this incidence."));
+ "An error occurred while adding new target. Please report this incident."));
xBox->run();
delete redactiontarget;
}
@@ -258,7 +258,7 @@ SfxAutoRedactDialog::SfxAutoRedactDialog(weld::Window* pParent)
, m_xEditBtn(m_xBuilder->weld_button("edit"))
, m_xDeleteBtn(m_xBuilder->weld_button("delete"))
{
- // Can be used to remmeber the last set of redaction targets?
+ // Can be used to remeber the last set of redaction targets?
OUString sExtraData;
SvtViewOptions aDlgOpt(EViewType::Dialog,
OStringToOUString(m_xDialog->get_help_id(), RTL_TEXTENCODING_UTF8));