sfx2/source/doc/autoredactdialog.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f6cedcafab11a6d95c7934a737054ad356482874
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jun 8 13:36:25 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jun 8 16:47:59 2019 +0200

    Fix typos
    
    Change-Id: Id0f5a19d5ee4941383bcfaf54e951a40b0d85cdf
    Reviewed-on: https://gerrit.libreoffice.org/73701
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to