Skip to content

Commit 3071469

Browse files
authored
Merge pull request #103 from jbampton/fix-typos
part2: fix spelling in HTML files
2 parents 701d515 + afaef62 commit 3071469

File tree

70 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+141
-141
lines changed

part2/content/api/common/designgoals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Main Design Goals</h2>
1414

1515
<p>
1616
It has to be seen more like an independent specification than being
17-
dependent on a preexisting implementation. Therefor it is our to keep all
17+
dependent on a preexisting implementation. Therefore it is our to keep all
1818
component APIs in this project and to keep all implementation code out of
1919
this project.
2020
</p>

part2/content/api/docs/common/ref/com/sun/star/inspection/LineDescriptor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
is made using this <a href="#Category">Category</a> attribute.</p>
412412

413413
<p>For your implementation of <a href="XPropertyHandler.html">XPropertyHandler</a>, it's recommended that you document the programmatic
414-
names used for property categories. This way, your handler might be re-used in
414+
names used for property categories. This way, your handler might be reused in
415415
different contexts, where only the <a href="XObjectInspectorModel.html">XObjectInspectorModel</a> needs to provide consistent
416416
UI names for the categories.</p>
417417

part2/content/api/docs/common/ref/com/sun/star/inspection/XNumericControl.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<tr>
100100
<td class="imsum_left"><a href="#ValueUnit">ValueUnit</a></td>
101101
<td class="imsum_right">describes a ::com::sun::star::<a href="../util/module-ix.html">util</a>::<a href="../util/MeasureUnit.html">MeasureUnit</a> to be
102-
applied for transfering values.
102+
applied for transferring values.
103103

104104
&nbsp;</td>
105105
</tr>
@@ -165,7 +165,7 @@
165165
</dd>
166166
<dd><p>Only a certain set of ::com::sun::star::<a href="../util/module-ix.html">util</a>::<a href="../util/MeasureUnit.html">MeasureUnit</a> values is
167167
supported. In particular, every value which denotes a fraction of another
168-
unit (like 100th millimiters) cannot be used as DisplayUnit.</p>
168+
unit (like 100th millimeters) cannot be used as DisplayUnit.</p>
169169

170170
</dd>
171171
<dt><b>Throws</b></dt>
@@ -185,7 +185,7 @@
185185
<dl>
186186
<dt><b>Description</b></dt>
187187
<dd>describes a ::com::sun::star::<a href="../util/module-ix.html">util</a>::<a href="../util/MeasureUnit.html">MeasureUnit</a> to be
188-
applied for transfering values.
188+
applied for transferring values.
189189

190190
</dd>
191191
<dd><p>The core measurement unit for a property value might differ from the unit which

part2/content/api/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</tr>
163163
<tr>
164164
<td class="imsum_left"><a href="#onInteractivePropertySelection">onInteractivePropertySelection</a></td>
165-
<td class="imsum_right">called when a browse button belonging to a property UI represenation has been clicked
165+
<td class="imsum_right">called when a browse button belonging to a property UI representation has been clicked
166166

167167
&nbsp;</td>
168168
</tr>
@@ -652,8 +652,8 @@
652652
<p>In such a case, simply return those properties here.</p>
653653

654654
<p>There is a precedence in the property handlers used by an <a href="ObjectInspector.html">ObjectInspector</a>,
655-
which also is important for the superseded properties. This precendence is implied by the
656-
precendence of factories to create the property handlers, as denoted in the
655+
which also is important for the superseded properties. This precedence is implied by the
656+
precedence of factories to create the property handlers, as denoted in the
657657
<a href="XObjectInspectorModel.html">XObjectInspectorModel</a>::<a href="XObjectInspectorModel.html#HandlerFactories">HandlerFactories</a> attribute.</p>
658658

659659
<p>With this in mind, property handlers can only supersede properties which are supported
@@ -790,7 +790,7 @@
790790
<hr>
791791
<dl>
792792
<dt><b>Description</b></dt>
793-
<dd>called when a browse button belonging to a property UI represenation has been clicked
793+
<dd>called when a browse button belonging to a property UI representation has been clicked
794794

795795
</dd>
796796
<dd><p>Property handlers can raise a dedicated UI for entering or somehow changing a property value.
@@ -924,7 +924,7 @@
924924
<br/>
925925
In some cases it may be necessary to differentiate between both situations. For instance,
926926
if you want to set the value of another property when an actuating property's value changed,
927-
you should definately not do this when <arg>FirstTimeInit</arg> is <b>true</b>.
927+
you should definitely not do this when <arg>FirstTimeInit</arg> is <b>true</b>.
928928
</dd>
929929
<dt><b>Throws</b></dt>
930930
<dd>com::sun::star::lang::NullPointerException

part2/content/api/docs/common/ref/com/sun/star/inspection/XStringRepresentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</tr>
5858
<tr>
5959
<td class="imsum_left"><a href="#convertToPropertyValue">convertToPropertyValue</a></td>
60-
<td class="imsum_right">converts a string into an any with the type defined by the target tpye.
60+
<td class="imsum_right">converts a string into an any with the type defined by the target type.
6161
&nbsp;</td>
6262
</tr>
6363
</table>
@@ -125,7 +125,7 @@
125125
<hr>
126126
<dl>
127127
<dt><b>Description</b></dt>
128-
<dd>converts a string into an any with the type defined by the target tpye.
128+
<dd>converts a string into an any with the type defined by the target type.
129129
</dd>
130130
<dt><b>Parameter ControlValue</b></dt>
131131
<dd>The to-be-converted control value.

part2/content/api/docs/common/ref/com/sun/star/module-ix.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</tr>
146146
<tr>
147147
<td class="imsum_left"><a href="image/module-ix.html">image</a></td>
148-
<td class="imsum_right">image manupulation interfaces.</td>
148+
<td class="imsum_right">image manipulation interfaces.</td>
149149
</tr>
150150
<tr>
151151
<td class="imsum_left"><a href="inspection/module-ix.html">inspection</a></td>
@@ -264,7 +264,7 @@
264264
</tr>
265265
<tr>
266266
<td class="imsum_left"><a href="security/module-ix.html">security</a></td>
267-
<td class="imsum_right">Interface for authorisation and authentification.</td>
267+
<td class="imsum_right">Interface for authorisation and authentication.</td>
268268
</tr>
269269
<tr>
270270
<td class="imsum_left"><a href="setup/module-ix.html">setup</a></td>
@@ -283,7 +283,7 @@
283283
</tr>
284284
<tr>
285285
<td class="imsum_left"><a href="svg/module-ix.html">svg</a></td>
286-
<td class="imsum_right">Interfaces for import/export of Scaleable Vector Format.</td>
286+
<td class="imsum_right">Interfaces for import/export of Scalable Vector Format.</td>
287287
</tr>
288288
<tr>
289289
<td class="imsum_left"><a href="sync/module-ix.html">sync</a></td>
@@ -335,7 +335,7 @@
335335
</tr>
336336
<tr>
337337
<td class="imsum_left"><a href="view/module-ix.html">view</a></td>
338-
<td class="imsum_right">Document view specfic interfaces (e.g. selection access and printing).</td>
338+
<td class="imsum_right">Document view specific interfaces (e.g. selection access and printing).</td>
339339
</tr>
340340
<tr>
341341
<td class="imsum_left"><a href="xforms/module-ix.html">xforms</a></td>

part2/content/api/docs/common/ref/com/sun/star/sdbc/ConnectionProperties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
</dd>
4747
<dd><p>
48-
The properties for a connection contain additonal information about how to connect to a database and
48+
The properties for a connection contain additional information about how to connect to a database and
4949
how to control the behavior of the resulting connection should be.
5050

5151
</p>

part2/content/api/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
</dd>
5555
<dd><p>
56-
The properties for a connection contain additonal information about how to connect to a database and
56+
The properties for a connection contain additional information about how to connect to a database and
5757
how to control the behavior of the resulting connection should be.
5858

5959
</p>

part2/content/api/docs/common/ref/com/sun/star/sdbc/DataType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
The actual type constant values are equivalent to those in the X/Open CLI.
4343
</p>
4444
<p>
45-
Precise information about the specfic types can be got from
45+
Precise information about the specific types can be got from
4646
<a href="XDatabaseMetaData.html">XDatabaseMetaData</a>::<a href="XDatabaseMetaData.html#getTypeInfo">getTypeInfo()</a>
4747
.</p>
4848
</dd>

part2/content/api/docs/common/ref/com/sun/star/sdbc/FILEConnectionProperties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
</dd>
5555
<dd><p>
56-
The properties for a connection contain additonal information about how to connect to a database and
56+
The properties for a connection contain additional information about how to connect to a database and
5757
how to control the behavior of the resulting connection should be.
5858

5959
</p>

0 commit comments

Comments
 (0)