Skip to content

Commit a81ad28

Browse files
nschonnimairaw
authored andcommitted
Typos: xml/System.[M-S]* (#2212)
* typo: standand -> standard * typo: mimimal -> minimal * typo: dafault -> default * typo: SMPT -> SMTP * typo: rpoxies -> proxies * typo: lways -> Always * typo: theaddresses -> the addresses * typo: propery -> property * typo: sytem -> system * typo: Propety -> Property * typo: versionthat -> version that * typo: atttribute -> attribute * typo: Modifer -> Modifier * typo: Fromxample -> FromExample * typo: Baisc -> Basic * typo: Parmeter -> Parameter * typo: acccess -> access * typo: indicies -> indices * typo: subraction -> subtraction * typo: Currnet -> Current * typo: mayprovide -> may provide * typo: occurance -> occurrance * typo: retavl -> retval * typo: succesful -> successful * typo: represetns -> represents * typo: serveral -> several * typo: plaforms -> platforms * typo: typesand -> types and * typo: Marhsaler -> Marshaler * typo: formatet -> formatetc * typo: namesapce -> namespace * typo: shoud -> should * typo: authenticiation -> authentication * typo: appropiately -> appropriately * typo: memebers -> members * typo: Servics -> Services * typo: Authoirzation -> Authorization * typo: implict -> implicit * typo: Thesum -> The sum * typo: stong -> strong * typo: currentinstance -> current instance * typo: thecollection -> the collection * typo: concatenatation -> concatenation * typo: currentcollection -> current collection * typo: depcreated -> deprecated * typo: compatability -> compatibility * typo: Adressing -> Addressing * typo: adress -> address * typo: balanace -> balance * typo: informaiton -> information * typo: Admininstration -> Administration * typo: Certiifcate -> Certificate * typo: resolvder -> resolver * typo: binging -> binding * typo: sextion -> section * typo: Recieve ->Receive * typo: Biundings -> Bindings * typo: contextbehavior -> context behavior * typo: DNSservice -> DNS service * typo: servixe -> service * typo: Prpoerty -> Property * typo: Withtype -> WithType * typo: intension -> intention * typo: reponsible -> responsible * typo: Messate -> Message * typo: asynchronouos -> asynchronous * typo: allowanonymous -> allow anonymous * typo: Lement -> Element * typo: instace -> instance * typo: Nightime -> Nighttime * typo: Synthesiszer -> Synthesizer * typo: ccurred -> occurred * typo: synthsized -> synthesized * typo: postion -> position * typo: synthsizer -> synthesizer * typo: constructer -> constructor * typo: Constucts -> Constructs * typo: aynchronous -> asynchronous * typo: localizedobject -> localized object * typo: locacale -> locale * typo: mathches -> matches * Apply suggestions from code review Co-Authored-By: nschonni <[email protected]> * Apply suggestions from code review Co-Authored-By: nschonni <[email protected]> * Update PrintDateTimeProperty.xml * Fixed bad cref
1 parent 49ba656 commit a81ad28

File tree

89 files changed

+117
-117
lines changed

Some content is hidden

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

89 files changed

+117
-117
lines changed

xml/System.Diagnostics/EventLog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ SVC_UPDATE.EXE
16671667
16681668
When you create an <xref:System.Diagnostics.EventLog.EntryWritten> delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, until you remove the delegate. For more information about handling events with delegates, see [Handling and Raising Events](~/docs/standard/events/index.md).
16691669
1670-
The system responds to <xref:System.Diagnostics.EventLog.WriteEntry%2A> only if the last write event occurred at least six seconds previously. This implies you will only receive one <xref:System.Diagnostics.EventLog.EntryWritten> event notification within a six-second interval, even if more than one event log change occurs. If you insert a sufficiently long sleep interval (around 10 seconds) between calls to <xref:System.Diagnostics.EventLog.WriteEntry%2A>, you are less likely to miss an event. However, if write events occur more frequently, you might not recieve the event notification until the next interval. Typically, missed event notifications are not lost, but delayed.
1670+
The system responds to <xref:System.Diagnostics.EventLog.WriteEntry%2A> only if the last write event occurred at least six seconds previously. This implies you will only receive one <xref:System.Diagnostics.EventLog.EntryWritten> event notification within a six-second interval, even if more than one event log change occurs. If you insert a sufficiently long sleep interval (around 10 seconds) between calls to <xref:System.Diagnostics.EventLog.WriteEntry%2A>, you are less likely to miss an event. However, if write events occur more frequently, you might not receive the event notification until the next interval. Typically, missed event notifications are not lost, but delayed.
16711671
16721672
16731673

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ This method obtains the extension of `path` by searching `path` for a period (.)
868868
<remarks>
869869
<format type="text/markdown"><![CDATA[
870870
871-
The returned read-only span contains the characters of the path that follow the last separator in `path`. If the last character in `path` is a volume or directory separator character, the method returns <xref:System.ReadOnlySpan%601.Empty?displayProperty=nameWithtype>. If `path` contains no separator character, the method returns `path`.
871+
The returned read-only span contains the characters of the path that follow the last separator in `path`. If the last character in `path` is a volume or directory separator character, the method returns <xref:System.ReadOnlySpan%601.Empty?displayProperty=nameWithType>. If `path` contains no separator character, the method returns `path`.
872872
873873
]]></format>
874874
</remarks>

xml/System.Management.Instrumentation/WmiConfigurationAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
<format type="text/markdown"><![CDATA[
311311
312312
## Remarks
313-
A WMI namespace is a category within the WMI repository. The commonly-used root/cimv2 namespace houses classes that describe the Common Information Model, Version 2, defined by the Desktop Management Task Force (DMTF) consortium. You should only expose your providers in that namespace if you expanding upon the standand CIM model. Otherwise, you should create an appropriate namespace that makes clear to users the type of WMI classes they can expect to find in the namespace.
313+
A WMI namespace is a category within the WMI repository. The commonly-used root/cimv2 namespace houses classes that describe the Common Information Model, Version 2, defined by the Desktop Management Task Force (DMTF) consortium. You should only expose your providers in that namespace if you expanding upon the standard CIM model. Otherwise, you should create an appropriate namespace that makes clear to users the type of WMI classes they can expect to find in the namespace.
314314
315315
]]></format>
316316
</remarks>

xml/System.Net.Configuration/HttpListenerTimeoutsElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<format type="text/markdown"><![CDATA[
2020
2121
## Remarks
22-
The timeouts element defines the dafault connection timeout limits for an <xref:System.Net.HttpListener> instance.
22+
The timeouts element defines the default connection timeout limits for an <xref:System.Net.HttpListener> instance.
2323
2424
]]></format>
2525
</remarks>

xml/System.Net.Configuration/SmtpSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<ReturnType>System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement</ReturnType>
222222
</ReturnValue>
223223
<Docs>
224-
<summary>Gets the pickup directory that will be used by the SMPT client.</summary>
224+
<summary>Gets the pickup directory that will be used by the SMTP client.</summary>
225225
<value>A <see cref="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement" /> object that specifies the pickup directory folder.</value>
226226
<remarks>
227227
<format type="text/markdown"><![CDATA[

xml/System.Net.Http.Headers/CacheControlHeaderValue.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
## Remarks
514514
This property represents the "no-transform" directive in a cache-control header field on an HTTP request or HTTP response.
515515
516-
When the <xref:System.Net.Http.Headers.CacheControlHeaderValue.NoTransform%2A> is set to `true`, intermediate caches or rpoxies must not change any aspect of the entity body. Implementors of intermediate caches and proxies have found it useful to convert the media type of certain entity bodies. A non-transparent proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on a slow link. Serious operational problems occur, however, when these transformations are applied to entity bodies intended for certain kinds of applications.
516+
When the <xref:System.Net.Http.Headers.CacheControlHeaderValue.NoTransform%2A> is set to `true`, intermediate caches or proxies must not change any aspect of the entity body. Implementors of intermediate caches and proxies have found it useful to convert the media type of certain entity bodies. A non-transparent proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on a slow link. Serious operational problems occur, however, when these transformations are applied to entity bodies intended for certain kinds of applications.
517517
518518
]]></format>
519519
</remarks>

xml/System.Net.PeerToPeer/PeerNameRegistration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<summary>Releases all resources used by the <see cref="T:System.Net.PeerToPeer.PeerNameRegistration" /> object.</summary>
314314
<remarks>To be added.</remarks>
315315
<block subset="none" type="usage">
316-
<para>lways call the Dispose method before destroying the <see cref="T:System.Net.PeerToPeer.PeerNameRegistration" /> object.</para>
316+
<para>Always call the Dispose method before destroying the <see cref="T:System.Net.PeerToPeer.PeerNameRegistration" /> object.</para>
317317
</block>
318318
</Docs>
319319
</Member>
@@ -371,7 +371,7 @@
371371
## Remarks
372372
In the <xref:System.Net> namespace, an <xref:System.Net.IPEndPoint> represents a network endpoint as an IP address and a port number. For PNRP, an IP address and port value must be provided for each endpoint. The maximum number of endpoints that can be provided is ten. Automatic address selection is used when this parameter is `null`.
373373
374-
If a registration method is used that automatically selects the addresses to register, there is no method to determine theaddresses for which the peer name was registered. That is, the <xref:System.Net.PeerToPeer.PeerNameRegistration.EndPointCollection%2A> property will not be updated to reflect the addresses selected.
374+
If a registration method is used that automatically selects the addresses to register, there is no method to determine the addresses for which the peer name was registered. That is, the <xref:System.Net.PeerToPeer.PeerNameRegistration.EndPointCollection%2A> property will not be updated to reflect the addresses selected.
375375
376376
When a peer name is registered for more than one node, each <xref:System.Net.PeerToPeer.PeerNameRegistration> is distinct and the <xref:System.Net.PeerToPeer.PeerNameRegistration.EndPointCollection%2A> property defined on each registration instance will be different. Also, when a <xref:System.Net.PeerToPeer.PeerNameRegistration.PeerName%2A> is registered into more than one <xref:System.Net.PeerToPeer.PeerNameRegistration.Cloud%2A>, each registration is distinct and the collection of endpoints will usually be different for each instance.
377377

xml/System.Net.Security/SslStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@
999999
<param name="serverCertificate">The X509Certificate used to authenticate the server.</param>
10001000
<param name="clientCertificateRequired">A <see cref="T:System.Boolean" /> value that specifies whether the client is asked for a certificate for authentication. Note that this is only a request -- if no certificate is provided, the server still accepts the connection request.</param>
10011001
<param name="checkCertificateRevocation">A <see cref="T:System.Boolean" /> value that specifies whether the certificate revocation list is checked during authentication.</param>
1002-
<summary>Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates and requirements, and using the sytem default security protocol.</summary>
1002+
<summary>Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates and requirements, and using the system default security protocol.</summary>
10031003
<remarks>
10041004
<format type="text/markdown"><![CDATA[
10051005

xml/System.Net.Sockets/AddressFamily.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
## Examples
4343
The following example creates a <xref:System.Net.Sockets.Socket> using the InterNetwork <xref:System.Net.Sockets.AddressFamily>.
4444
45-
[!code-cpp[Socket_Send_Recieve#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Recieve/CPP/source.cpp#1)]
46-
[!code-csharp[Socket_Send_Recieve#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Recieve/CS/source.cs#1)]
47-
[!code-vb[Socket_Send_Recieve#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Recieve/VB/source.vb#1)]
45+
[!code-cpp[Socket_Send_Receive#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Receive/CPP/source.cpp#1)]
46+
[!code-csharp[Socket_Send_Receive#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Receive/CS/source.cs#1)]
47+
[!code-vb[Socket_Send_Receive#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Receive/VB/source.vb#1)]
4848
4949
]]></format>
5050
</remarks>

xml/System.Net.Sockets/Socket.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
## Examples
254254
The following code example demonstrates how to create an instance of the <xref:System.Net.Sockets.Socket> class.
255255

256-
[!code-cpp[Socket_Send_Recieve#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Recieve/CPP/source.cpp#1)]
257-
[!code-csharp[Socket_Send_Recieve#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Recieve/CS/source.cs#1)]
258-
[!code-vb[Socket_Send_Recieve#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Recieve/VB/source.vb#1)]
256+
[!code-cpp[Socket_Send_Receive#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Receive/CPP/source.cpp#1)]
257+
[!code-csharp[Socket_Send_Receive#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Receive/CS/source.cs#1)]
258+
[!code-vb[Socket_Send_Receive#1](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Receive/VB/source.vb#1)]
259259

260260
]]></format>
261261
</remarks>
@@ -6952,9 +6952,9 @@ The GetHashCode method returns a hash code of this instance. This value can be u
69526952
## Examples
69536953
The following receives the data found into `buffer`, and specifies <xref:System.Net.Sockets.SocketFlags.None> for <xref:System.Net.Sockets.SocketFlags>.
69546954

6955-
[!code-cpp[Socket_Send_Recieve#4](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Recieve/CPP/source.cpp#4)]
6956-
[!code-csharp[Socket_Send_Recieve#4](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Recieve/CS/source.cs#4)]
6957-
[!code-vb[Socket_Send_Recieve#4](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Recieve/VB/source.vb#4)]
6955+
[!code-cpp[Socket_Send_Receive#4](~/samples/snippets/cpp/VS_Snippets_Remoting/Socket_Send_Receive/CPP/source.cpp#4)]
6956+
[!code-csharp[Socket_Send_Receive#4](~/samples/snippets/csharp/VS_Snippets_Remoting/Socket_Send_Receive/CS/source.cs#4)]
6957+
[!code-vb[Socket_Send_Receive#4](~/samples/snippets/visualbasic/VS_Snippets_Remoting/Socket_Send_Receive/VB/source.vb#4)]
69586958

69596959
]]></format>
69606960
</remarks>

0 commit comments

Comments
 (0)