Kaydet (Commit) 0d4cc84c authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: Ifd95ada4477d7d21ffbadd355226f91f2a2371e1
Reviewed-on: https://gerrit.libreoffice.org/45004Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 30465a05
......@@ -54,7 +54,7 @@ char const * const SyntaxStrings[] = {
"\ttype definition:",
"\tstruct identifier",
"\t'{'",
"\t\t{ type idetifier }",
"\t\t{ type identifier }",
"\t'}'",
"\t|",
"\tenum identifier",
......
......@@ -497,7 +497,7 @@
</xs:attribute>
<xs:attribute name="AddressID" type="ct:String">
<xs:annotation>
<xs:documentation>A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.</xs:documentation>
<xs:documentation>A unique address identifier such as postal delivery identifier assigned to the address by local postal authority, e.g. DPID in Australia.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AddressIDType" type="AddressIDTypeList">
......
......@@ -27,7 +27,7 @@ sub check_style()
my $clang_format = ClangFormat::find();
# Get a list of non-deleted changed files.
# Explicitly use the low-level 'git diff-tree' (rathern that plain 'git
# Explicitly use the low-level 'git diff-tree' (rather than plain 'git
# diff') so we get the new, but not the old files for renames and/or
# copies.
open (FILES, "git diff-tree -r --diff-filter=AM --name-only HEAD^ HEAD |") || die "Cannot run git diff.";
......
......@@ -4601,7 +4601,7 @@ void WW8RStyle::Import()
&& pi->m_pFormat // Format ok ?
&& pj->m_pFormat // Derived-Format ok ?
&& pi->m_bColl // only possible for paragraph templates (WW)
&& pj->m_bColl ){ // identical Typ ?
&& pj->m_bColl ){ // identical Type ?
static_cast<SwTextFormatColl*>(pi->m_pFormat)->SetNextTextFormatColl(
*static_cast<SwTextFormatColl*>(pj->m_pFormat) ); // ok, register
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment