Skip to content

Commit cfed84f

Browse files
nschonnimairaw
authored andcommitted
typos: System.Workspace and remaning files (#2250)
* typo: Enternal -> External * typo: comprarands -> comparands * typo: compensateable -> compensatable * typo: Attibute -> Attribute * typo: Connnector -> Connector * typo: Worklow -> Workflow * typo: Confomance -> Conformance * typo: enttities -> entities * typo: validatied -> validated * typo: Publid -> Pubid * typo: Entites -> Entities * typo: attrubutes -> attributes * typo: of'xmlns' -> of 'xmlns' * typo: delcaration -> declaration * typo: Wwriter -> Writer * typo: ENTTIY -> ENTITY * typo: referencepage -> reference page * typo: B`oolean` -> `Boolean` * typo: readeris -> reader is * typo: creatingcopies -> creating copies * typo: designedto -> designed to * typo: xmlversion -> xml version * typo: Extenstion -> Extension * typo: Serializaer -> Serializer * typo: byfollowing -> by following * typo: Gest -> Gets * typo: Constrined -> Constrained * typo: cmmunication -> communication * typo: retreive -> retrieve * typo: offerlow -> offer low
1 parent 8eedcd8 commit cfed84f

File tree

24 files changed

+35
-35
lines changed

24 files changed

+35
-35
lines changed

xml/System.IdentityModel.Services/WSFederationAuthenticationModule.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@
19881988
<ReturnType>System.String</ReturnType>
19891989
</ReturnValue>
19901990
<Docs>
1991-
<summary>Gest or sets an application specific context value to be included in the wctx parameter in WS-Federation sign-in requests.</summary>
1991+
<summary>Gets or sets an application specific context value to be included in the wctx parameter in WS-Federation sign-in requests.</summary>
19921992
<value>The application specific context value to be included in the wctx parameter for sign-in requests.</value>
19931993
<remarks>
19941994
<format type="text/markdown"><![CDATA[

xml/System.Workflow.Activities/CorrelationParameterAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
3939
## Examples
40-
The following code example demonstrates how to use a CorrelationParameterAttribute for an EnternalDataExchange interface. This code example is from the CorrelatedLocalService SDK sample. For more information, see [Correlated Local Service Sample](https://msdn.microsoft.com/library/5a3d0733-bbea-4dbf-88ee-a8316db55fbd).
40+
The following code example demonstrates how to use a CorrelationParameterAttribute for an ExternalDataExchange interface. This code example is from the CorrelatedLocalService SDK sample. For more information, see [Correlated Local Service Sample](https://msdn.microsoft.com/library/5a3d0733-bbea-4dbf-88ee-a8316db55fbd).
4141
4242
[!code-csharp[WF_Samples#305](~/samples/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets38.cs#305)]
4343

xml/System.Workflow.Activities/EventQueueName.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<Docs>
136136
<param name="toCompare">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.Workflow.Activities.EventQueueName" />.</param>
137137
<summary>Compares the current <see cref="T:System.Workflow.Activities.EventQueueName" /> to the specified <see cref="T:System.Workflow.Activities.EventQueueName" />.</summary>
138-
<returns>A 32-bit signed integer that indicates the whether the comprarands match. -1 indicates that the current <see cref="T:System.Workflow.Activities.EventQueueName" /> and the specified object do not match; 0 indicates that the <see cref="T:System.Workflow.Activities.EventQueueName" /> and the specified object match.</returns>
138+
<returns>A 32-bit signed integer that indicates the whether the comparands match. -1 indicates that the current <see cref="T:System.Workflow.Activities.EventQueueName" /> and the specified object do not match; 0 indicates that the <see cref="T:System.Workflow.Activities.EventQueueName" /> and the specified object match.</returns>
139139
<remarks>
140140
<format type="text/markdown"><![CDATA[
141141
@@ -167,7 +167,7 @@
167167
<Docs>
168168
<param name="eventQueueName">The <see cref="T:System.Workflow.Activities.EventQueueName" /> to compare with the current <see cref="T:System.Workflow.Activities.EventQueueName" />.</param>
169169
<summary>Compares the current <see cref="T:System.Workflow.Activities.EventQueueName" /> to the specified <see cref="T:System.Workflow.Activities.EventQueueName" />.</summary>
170-
<returns>A 32-bit signed integer that indicates the whether the comprarands match. -1 indicates that the two <see cref="T:System.Workflow.Activities.EventQueueName" /> objects do not match; 0 indicates that the two <see cref="T:System.Workflow.Activities.EventQueueName" /> objects match.</returns>
170+
<returns>A 32-bit signed integer that indicates the whether the comparands match. -1 indicates that the two <see cref="T:System.Workflow.Activities.EventQueueName" /> objects do not match; 0 indicates that the two <see cref="T:System.Workflow.Activities.EventQueueName" /> objects match.</returns>
171171
<remarks>To be added.</remarks>
172172
</Docs>
173173
</Member>

xml/System.Workflow.ComponentModel.Design/FreeformActivityDesigner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
128128
129129
## Examples
130-
The following example shows how to use the `AddConnnector` method in a custom activity designer's `OnLayoutPosition` method.
130+
The following example shows how to use the `AddConnector` method in a custom activity designer's `OnLayoutPosition` method.
131131
132132
[!code-csharp[FreeformActivityDesigner#0](~/samples/snippets/csharp/VS_Snippets_CFX/freeformactivitydesigner/cs/snippets.cs#0)]
133133
[!code-vb[FreeformActivityDesigner#0](~/samples/snippets/visualbasic/VS_Snippets_CFX/freeformactivitydesigner/vb/snippets.vb#0)]

xml/System.Workflow.ComponentModel.Serialization/WorkflowMarkupSerializer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
Enumerations decorated with the FlagsAttribute
6868
69-
In addition to this list, any property decorated with both the `ContentPropertyAttibute` and the `DesignerSerializationVisibilityAttribute` cannot be serialized by `WorkflowMarkupSerializer`.
69+
In addition to this list, any property decorated with both the `ContentPropertyAttribute` and the `DesignerSerializationVisibilityAttribute` cannot be serialized by `WorkflowMarkupSerializer`.
7070
7171
]]></format>
7272
</remarks>
@@ -730,7 +730,7 @@ code1.SetValue(WorkflowMarkupSerializer.EventsProperty, eventsHashtable);
730730
731731
Enumeration Arrays
732732
733-
In addition to this list, any property decorated with both the `ContentPropertyAttibute` and the `DesignerSerializationVisibilityAttribute` cannot be serialized by `WorkflowMarkupSerializer`.
733+
In addition to this list, any property decorated with both the `ContentPropertyAttribute` and the `DesignerSerializationVisibilityAttribute` cannot be serialized by `WorkflowMarkupSerializer`.
734734
735735
]]></format>
736736
</remarks>

xml/System.Workflow.ComponentModel/CompensateActivity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
> [!NOTE]
4646
> [!INCLUDE[DeprecatedContent](~/includes/deprecatedcontent-md.md)]
4747
48-
Any <xref:System.Workflow.ComponentModel.Activity> that implements <xref:System.Workflow.ComponentModel.ICompensatableActivity> is compensateable. A compensatable activity is a valid target of a <xref:System.Workflow.ComponentModel.CompensateActivity>, as long as that activity is a child <xref:System.Workflow.ComponentModel.Activity> of the <xref:System.Workflow.ComponentModel.CompositeActivity> associated with the <xref:System.Workflow.ComponentModel.CompensateActivity>.
48+
Any <xref:System.Workflow.ComponentModel.Activity> that implements <xref:System.Workflow.ComponentModel.ICompensatableActivity> is compensatable. A compensatable activity is a valid target of a <xref:System.Workflow.ComponentModel.CompensateActivity>, as long as that activity is a child <xref:System.Workflow.ComponentModel.Activity> of the <xref:System.Workflow.ComponentModel.CompositeActivity> associated with the <xref:System.Workflow.ComponentModel.CompensateActivity>.
4949
5050
]]></format>
5151
</remarks>

xml/System.Workflow.Runtime.Hosting/ChannelManagerService.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<format type="text/markdown"><![CDATA[
6464
6565
## Examples
66-
The following example demonstrates how to create a new instance of the <xref:System.Workflow.Runtime.Hosting.ChannelManagerService> object. This example was adapted from the `SequentialWorklowService` SDK sample.
66+
The following example demonstrates how to create a new instance of the <xref:System.Workflow.Runtime.Hosting.ChannelManagerService> object. This example was adapted from the `SequentialWorkflowService` SDK sample.
6767
6868
[!code-csharp[ChannelManagerService#0](~/samples/snippets/csharp/VS_Snippets_CFX/channelmanagerservice/cs/snippets.cs#0)]
6969
[!code-vb[ChannelManagerService#0](~/samples/snippets/visualbasic/VS_Snippets_CFX/channelmanagerservice/vb/snippets.vb#0)]

xml/System.Xml.Serialization.Configuration/SerializationSectionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</ReturnValue>
104104
<Docs>
105105
<summary>Gets the object that represents the section that contains configuration elements for the <see cref="T:System.Xml.Serialization.XmlSchemaImporter" />.</summary>
106-
<value>The <see cref="T:System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection" /> that represents the <see langword="schemaImporterExtenstion" /> element in the configuration file.</value>
106+
<value>The <see cref="T:System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection" /> that represents the <see langword="schemaImporterExtension" /> element in the configuration file.</value>
107107
<remarks>To be added.</remarks>
108108
<forInternalUseOnly />
109109
</Docs>

xml/System.Xml.Serialization/XmlSerializer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ xmlSerializer mySerializer=new XmlSerializer(typeof(LargeNumbers));
25052505
<Docs>
25062506
<param name="xmlWriter">The <see cref="T:System.Xml.XmlWriter" /> used to write the XML document.</param>
25072507
<param name="o">The object to serialize.</param>
2508-
<param name="namespaces">An instance of the <see langword="XmlSerializaerNamespaces" /> that contains namespaces and prefixes to use.</param>
2508+
<param name="namespaces">An instance of the <see langword="XmlSerializerNamespaces" /> that contains namespaces and prefixes to use.</param>
25092509
<param name="encodingStyle">The encoding used in the document.</param>
25102510
<param name="id">For SOAP encoded messages, the base used to generate id attributes.</param>
25112511
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.Xml.XmlWriter" />, XML namespaces, and encoding.</summary>

xml/System.Xml.Xsl.Runtime/FollowingSiblingMergeIterator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Attribute>
2525
</Attributes>
2626
<Docs>
27-
<summary>Iterates over child nodes byfollowing the sibling nodes.</summary>
27+
<summary>Iterates over child nodes by following the sibling nodes.</summary>
2828
<remarks>To be added.</remarks>
2929
<forInternalUseOnly />
3030
</Docs>

0 commit comments

Comments
 (0)