summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:06:45 +0200
commit65ae1e182de7ac46e2062dcef0f28a2c1f36b3d2 (patch)
tree954265bb742097e2c287e1ced2cda268c5581121
parentd44d5af546e52679ee85103329f2a2fdc1cf01be (diff)
Fix typos
Change-Id: I5db25074d42fa22f3e36969cb561ad64c1e96dc1 Reviewed-on: https://gerrit.libreoffice.org/77760 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs2
-rw-r--r--pyuno/demo/ooextract.py2
-rw-r--r--qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java2
-rw-r--r--sal/osl/w32/file_url.cxx2
-rw-r--r--sal/qa/OStringBuffer/rtl_OStringBuffer.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 917751492689..83c364838c0f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -930,7 +930,7 @@
</info>
<prop oor:name="Graphic" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when a image is selected.</desc>
+ <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when an image is selected.</desc>
</info>
<value>-1</value>
</prop>
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py
index 8a364cd4ed62..d6cce94e80d5 100644
--- a/pyuno/demo/ooextract.py
+++ b/pyuno/demo/ooextract.py
@@ -117,7 +117,7 @@ def usage():
"by the same system path.\n"
"\n"+
"-c <connection-string> | --connection-string=<connection-string>\n" +
- " The connection-string part of a uno url to where the\n" +
+ " The connection-string part of a UNO URL to where the\n" +
" the script should connect to in order to do the conversion.\n" +
" The strings defaults to socket,host=localhost,port=2002\n"
"--html \n"
diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
index d3dd3160e65e..5765c87d1770 100644
--- a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java
@@ -119,7 +119,7 @@ public class AccessibleOutlineView extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory(
Param.getMSF());
- log.println( "creating a impress document" );
+ log.println( "creating an impress document" );
xImpressDoc = SOF.createImpressDoc(null);
util.utils.waitForEventIdle(Param.getMSF());
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index bed0e734d7c3..e44a17a4d472 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -540,7 +540,7 @@ static bool osl_decodeURL_( rtl_String* strUTF8, rtl_uString** pstrDecodedURL )
pSrc = rtl_string_getStr(strUTF8);
pSrcEnd = pSrc + nSrcLen;
- /* Now decode the URL what should result in an UTF8 string */
+ /* Now decode the URL what should result in a UTF-8 string */
while ( bValidEncoded && pSrc < pSrcEnd )
{
switch ( *pSrc )
diff --git a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
index 6d6d2034d188..63841f6456ef 100644
--- a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
+++ b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
@@ -242,7 +242,7 @@ namespace rtl_OStringBuffer
CPPUNIT_ASSERT_MESSAGE
(
- "two empty strings(with a argu)",
+ "two empty strings(with an argu)",
lastRes && ( aStrBuf2.getCapacity() == 0 ) &&
( *(aStrBuf2.getStr()) == '\0' )
);