offapi/com/sun/star/awt/XDialog.idl |    2 +-
 sw/qa/extras/uiwriter/uiwriter2.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7a8b697aed6eddf1dec4d3c3610359259d4468f4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Aug 25 13:22:43 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 25 17:13:38 2021 +0200

    Fix typos
    
    Change-Id: I13c41a077cd54102010c8253dee2455f235087c2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121033
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/offapi/com/sun/star/awt/XDialog.idl 
b/offapi/com/sun/star/awt/XDialog.idl
index 7d6ac3c71fc9..5a94924720ba 100644
--- a/offapi/com/sun/star/awt/XDialog.idl
+++ b/offapi/com/sun/star/awt/XDialog.idl
@@ -43,7 +43,7 @@ published interface XDialog: com::sun::star::uno::XInterface
 
 
     /** runs the dialog modally: shows it, and waits for the execution to end.
-        Returns an exit code (e.g., indicatting the button that was used to 
end the execution).
+        Returns an exit code (e.g., indicating the button that was used to end 
the execution).
      */
     short execute();
 
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx 
b/sw/qa/extras/uiwriter/uiwriter2.cxx
index 4b717b47c27e..c3ad147713bf 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -4006,7 +4006,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, 
testTdf137737_FindReplace)
 {
     createSwDoc(DATA_DIRECTORY, "tdf137737_FindReplace.docx");
 
-    // Replace staight quotes with something (opening quotes in real life, but 
X is adequate here)
+    // Replace straight quotes with something (opening quotes in real life, 
but X is adequate here)
     uno::Sequence<beans::PropertyValue> 
aArgs(comphelper::InitPropertySequence({
         { "SearchItem.SearchString", uno::makeAny(OUString("^\"")) },
         { "SearchItem.ReplaceString", uno::makeAny(OUString("X")) },
@@ -4019,7 +4019,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, 
testTdf137737_FindReplace)
     // Replace the first match.
     dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);
 
-    // Replace staight quotes with something (closing quotes in real life)
+    // Replace straight quotes with something (closing quotes in real life)
     aArgs[0].Value <<= OUString("\"$");
     dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);
     dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);

Reply via email to