Skip to content

Commit a3d343e

Browse files
nschonnimairaw
authored andcommitted
typos: xml/System.D*/**/*.* (#2204)
* typo: proccessing -> processing * typo: thumbrint -> thumbprint * typo: occuring -> occurring * typo: Locall -> Local * typo: deserializad -> deserialized * typo: declaritive -> declarative * typo: propert -> property * typo: implemetation -> implementation * typo: maintainance -> maintenance * typo: retuned -> returned * typo: Adpater -> Adapter * typo: synchonized -> synchronized * typo: Enabaled -> Enabled * typo: Synchornization -> Synchronization * typo: Resetss -> Resets * typo: intsance -> instance * typo: Whenthe -> When the * typo: betwen -> between * typo: Securly -> Securely * typo: aprcified -> specified * typo: connectiong -> connection * typo: thead -> thread * typo: orginal -> original * typo: Modifed -> Modified * typo: contraints -> constraints * typo: Uique -> Unique * typo: subsytem -> subsystem * typo: Peformance -> Performance * typo: langauge -> language * typo: andcommand -> and command * typo: printingout -> printing out * typo: DBnull -> DBNull * typo: accomodate -> accommodate * typo: domian -> domain * typo: Copys -> Copies * typo: Millenium -> Millennium * typo: attched -> attached * typo: s`cale` -> `scale` * typo: d`ecimal` -> `decimal` * typo: exceptionif -> exception if * typo: manipluate -> manipulate * typo: enumeraton -> enumeration * typo: tnso -> to * typo: disjointness -> disjointedness * typo: byond -> beyond * typo: structues -> structures * typo: interger -> integer * typo: Derefence -> Dereference * typo: Acccept -> Accept * typo: specificy -> specify * typo: byusing -> by using * typo: forthe -> for the * typo: structre -> structure * typo: equl -> equal * typo: stucture -> structure * typo: multiplicaion -> multiplication * typo: Enity -> Entity * typo: Performa -> Perform a * typo: equilvalent -> equivalent * typo: occurence -> occurrence * typo: realted -> related * typo: disjointness -> disjointedness * typo: Sptiaal -> Spatial * typo: implicitily -> implicitly * typo: Creidts -> Credits * typo: deparments -> departments * typo: destiantion -> destination * typo: eleted -> Deleted * Apply suggestions from code review Co-Authored-By: nschonni <[email protected]>
1 parent 1951666 commit a3d343e

File tree

68 files changed

+111
-111
lines changed

Some content is hidden

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

68 files changed

+111
-111
lines changed

xml/System.Data.Common.CommandTrees.ExpressionBuilder.Spatial/SpatialEdmFunctions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>Provides an API to construct <see cref="T:System.Data.Common.CommandTrees.DbExpression" />s that invoke spatial realted canonical EDM functions, and, where appropriate, allows that API to be accessed as extension methods on the expression type itself.</summary>
17+
<summary>Provides an API to construct <see cref="T:System.Data.Common.CommandTrees.DbExpression" />s that invoke spatial related canonical EDM functions, and, where appropriate, allows that API to be accessed as extension methods on the expression type itself.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -1869,7 +1869,7 @@
18691869
<Parameter Name="spatialValue" Type="System.Data.Common.CommandTrees.DbExpression" RefType="this" />
18701870
</Parameters>
18711871
<Docs>
1872-
<param name="spatialValue">An expression that specifies the spatial value from which the IsEmptySptiaal value should be retrieved.</param>
1872+
<param name="spatialValue">An expression that specifies the spatial value from which the IsEmptySpatial value should be retrieved.</param>
18731873
<summary>Creates a <see cref="T:System.Data.Common.CommandTrees.DbFunctionExpression" /> that invokes the canonical 'IsEmptySpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Boolean.</summary>
18741874
<returns>A new DbFunctionExpression that returns a Boolean value indicating whether <paramref name="spatialValue" /> is empty.</returns>
18751875
<remarks>To be added.</remarks>
@@ -2417,7 +2417,7 @@
24172417
</Parameters>
24182418
<Docs>
24192419
<param name="spatialValue1">An expression that specifies the first spatial value.</param>
2420-
<param name="spatialValue2">An expression that specifies the spatial value that should be compared with <paramref name="spatialValue1" /> for disjointness.</param>
2420+
<param name="spatialValue2">An expression that specifies the spatial value that should be compared with <paramref name="spatialValue1" /> for disjointedness.</param>
24212421
<summary>Creates a <see cref="T:System.Data.Common.CommandTrees.DbFunctionExpression" /> that invokes the canonical 'SpatialDisjoint' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of <paramref name="spatialValue1" /> must match the result type of <paramref name="spatialValue2" />. The result type of the expression is Edm.Boolean.</summary>
24222422
<returns>A new DbFunctionExpression that returns a Boolean value indicating whether <paramref name="spatialValue1" /> and <paramref name="spatialValue2" /> are spatially disjoint.</returns>
24232423
<remarks>To be added.</remarks>

xml/System.Data.Common.CommandTrees.ExpressionBuilder/EdmFunctions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
<Parameter Name="searchedForString" Type="System.Data.Common.CommandTrees.DbExpression" Index="1" FrameworkAlternate="netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" />
524524
</Parameters>
525525
<Docs>
526-
<param name="searchedString">An expression that specifies the string to search for any occurence of **searchedForString**.</param>
526+
<param name="searchedString">An expression that specifies the string to search for any occurrence of **searchedForString**.</param>
527527
<param name="searchedForString">An expression that specifies the string to search for in **searchedString**.</param>
528528
<summary>Creates a <see cref="T:System.Data.Common.CommandTrees.DbFunctionExpression" /> that invokes the canonical 'Contains' function with the specified arguments, which must each have a string result type. The result type of the expression is Boolean.</summary>
529529
<returns>A new DbFunctionExpression that returns a Boolean value indicating whether or not **searchedForString** occurs within **searchedString**.</returns>
@@ -1467,7 +1467,7 @@
14671467
<param name="toReplace">An expression that specifies the string that is replaced.</param>
14681468
<param name="replacement">An expression that specifies the replacement string.</param>
14691469
<summary>Creates a <see cref="T:System.Data.Common.CommandTrees.DbFunctionExpression" /> that invokes the canonical 'Replace' function with the specified arguments, which must each have a string result type. The result type of the expression is also string.</summary>
1470-
<returns>A new DbFunctionExpression than returns a new string based on **stringArgument** where every occurence of **toReplace** is replaced by **replacement**.</returns>
1470+
<returns>A new DbFunctionExpression than returns a new string based on **stringArgument** where every occurrence of **toReplace** is replaced by **replacement**.</returns>
14711471
<remarks>To be added.</remarks>
14721472
<exception cref="T:System.ArgumentNullException">**stringArgument** **toReplace** **replacement**</exception>
14731473
<exception cref="T:System.ArgumentException">**stringArgument** **toReplace** **replacement**</exception>

xml/System.Data.Common/DataAdapter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
During a call to the `Update` method of a `DataAdapter`, the database can send data back to your ADO.NET application as output parameters or as the first returned record of a result set. ADO.NET can retrieve these values and update the corresponding columns in the <xref:System.Data.DataRow> being updated. By default, ADO.NET calls the `AcceptChanges` method of the `DataRow` after the update. However, if you want to merge the updated row back into another <xref:System.Data.DataTable>, you may want to preserver the original value of a primary key column. For example, a primary key column corresponding to an automatically incrementing column in the database, such as an identity column, can contain new values that are assigned by the database that do not match the original values assigned in the `DataRow`. By default, `AcceptChanges` is called implicitly after an update, and the original values in the row, which may have been <xref:System.Data.DataColumn.AutoIncrement%2A> values assigned by ADO.NET, are lost. You can preserve the original values in the `DataRow` by preventing `ADO.NET` from calling `AcceptChanges` after it performs an update on a row, by setting the <xref:System.Data.Common.DataAdapter.AcceptChangesDuringUpdate%2A> property to `false`, which preserves the original values.
243243
244244
> [!NOTE]
245-
> Setting the `AcceptChangesDuringUpdate` property to `false` applies to all data modifications, not only inserts. If you want to edit or delete rows in the same update, and if you want to suppress the call to `AcceptChanges` only for inserts, then instead of setting `AccceptChangesDuringUpdate` to `false`, use an event handler for the `RowUpdated` event of the `DataAdapter`. In the event handler you can check the <xref:System.Data.Common.RowUpdatedEventArgs.StatementType%2A> to determine if the data modification is an insert, and if `true`, set the <xref:System.Data.Common.RowUpdatedEventArgs.Status%2A> property of the <xref:System.Data.Common.RowUpdatedEventArgs> to <xref:System.Data.UpdateStatus.SkipCurrentRow>. For more information and an example, see [Retrieving Identity or Autonumber Values](~/docs/framework/data/adonet/retrieving-identity-or-autonumber-values.md).
245+
> Setting the `AcceptChangesDuringUpdate` property to `false` applies to all data modifications, not only inserts. If you want to edit or delete rows in the same update, and if you want to suppress the call to `AcceptChanges` only for inserts, then instead of setting `AcceptChangesDuringUpdate` to `false`, use an event handler for the `RowUpdated` event of the `DataAdapter`. In the event handler, you can check the <xref:System.Data.Common.RowUpdatedEventArgs.StatementType%2A> to determine if the data modification is an insert, and if `true`, set the <xref:System.Data.Common.RowUpdatedEventArgs.Status%2A> property of the <xref:System.Data.Common.RowUpdatedEventArgs> to <xref:System.Data.UpdateStatus.SkipCurrentRow>. For more information and an example, see [Retrieving Identity or Autonumber Values](~/docs/framework/data/adonet/retrieving-identity-or-autonumber-values.md).
246246
247247
248248
@@ -1573,4 +1573,4 @@ If a unique clustered index is defined on a column or columns in a SQL Server ta
15731573
</Docs>
15741574
</Member>
15751575
</Members>
1576-
</Type>
1576+
</Type>

xml/System.Data.Common/DbDataReader.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@
636636
## Remarks
637637
638638
```
639-
private static void GetDataTypes(String connectiongString) {
640-
using (SqlConnection conn = new SqlConnection(connectiongString)) {
639+
private static void GetDataTypes(String connectionString) {
640+
using (SqlConnection conn = new SqlConnection(connectionString)) {
641641
String queryString = "Select [CourseID],[Title],[Credits] from [MySchool].[dbo].[Course]";
642642
using (DbCommand command = new SqlCommand(queryString, conn)) {
643643
conn.Open();
@@ -1334,8 +1334,8 @@ private static void GetDataTypes(String connectiongString) {
13341334
## Remarks
13351335
13361336
```
1337-
private static void GetCredits(String connectiongString) {
1338-
using (SqlConnection conn = new SqlConnection(connectiongString)) {
1337+
private static void GetCredits(String connectionString) {
1338+
using (SqlConnection conn = new SqlConnection(connectionString)) {
13391339
String queryString = "Select [CourseID],[Title],[Credits] from [MySchool].[dbo].[Course]";
13401340
using (DbCommand command = new SqlCommand(queryString, conn)) {
13411341
conn.Open();

xml/System.Data.Common/DbProviderServices.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<Docs>
131131
<param name="providerManifest">The manifest.</param>
132132
<param name="commandTree">The command tree.</param>
133-
<summary>Creates command definition from specified manifest andcommand tree.</summary>
133+
<summary>Creates command definition from specified manifest and command tree.</summary>
134134
<returns>The created command definition.</returns>
135135
<remarks>To be added.</remarks>
136136
</Docs>
@@ -193,7 +193,7 @@
193193
<Docs>
194194
<param name="providerManifestToken">The provider manifest token identifying the target version.</param>
195195
<param name="storeItemCollection">The structure of the database.</param>
196-
<summary>Generates a data definition langauge (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</summary>
196+
<summary>Generates a data definition language (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</summary>
197197
<returns>A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</returns>
198198
<remarks>To be added.</remarks>
199199
</Docs>
@@ -307,7 +307,7 @@
307307
<Docs>
308308
<param name="providerManifestToken">The provider manifest token identifying the target version.</param>
309309
<param name="storeItemCollection">The structure of the database.</param>
310-
<summary>Generates a data definition langauge (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</summary>
310+
<summary>Generates a data definition language (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</summary>
311311
<returns>A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token.</returns>
312312
<remarks>To be added.</remarks>
313313
</Docs>

xml/System.Data.Linq/Table`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ db.SubmitChanges()
10461046
<Parameter Name="asModified" Type="System.Boolean" />
10471047
</Parameters>
10481048
<Docs>
1049-
<param name="entities">The collection of entities to be attched.</param>
1049+
<param name="entities">The collection of entities to be attached.</param>
10501050
<param name="asModified">
10511051
<see langword="true" /> to attach the entities as modified; <see langword="false" /> to attach the entities as unmodified.</param>
10521052
<summary>Attaches all entities of a collection to the <see cref="T:System.Data.Linq.DataContext" /> in either a modified or unmodified state.</summary>

xml/System.Data.Metadata.Edm/ObjectItemCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>Class for representing a collection of items for the object layer. Most of the implemetation for actual maintainance of the collection is done by ItemCollection.</summary>
23+
<summary>Class for representing a collection of items for the object layer. Most of the implementation for actual maintenance of the collection is done by ItemCollection.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>

xml/System.Data.Objects.DataClasses/EntityReference`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
175175
When loaded, the related object is accessed from the <xref:System.Data.Objects.DataClasses.EntityReference%601.Value%2A> property.
176176
177-
To explicitly load related objects, you must call the `Load` method on the related end retuned by the navigation property. For a one-to-many relationship, call the <xref:System.Data.Objects.DataClasses.EntityCollection%601.Load%2A> method on <xref:System.Data.Objects.DataClasses.EntityCollection%601>, and for a one-to-one relationship, call the <xref:System.Data.Objects.DataClasses.EntityReference%601.Load%2A> on <xref:System.Data.Objects.DataClasses.EntityReference%601>. This loads the related object data into the object context. When a query returns results, you can enumerate through the collection of objects using a `foreach` loop (`For Each...Next` in Visual Basic) and conditionally call the `Load` method on <xref:System.Data.Objects.DataClasses.EntityReference%601> and <xref:System.Data.Objects.DataClasses.EntityCollection%601> properties for each entity in the results.
177+
To explicitly load related objects, you must call the `Load` method on the related end returned by the navigation property. For a one-to-many relationship, call the <xref:System.Data.Objects.DataClasses.EntityCollection%601.Load%2A> method on <xref:System.Data.Objects.DataClasses.EntityCollection%601>, and for a one-to-one relationship, call the <xref:System.Data.Objects.DataClasses.EntityReference%601.Load%2A> on <xref:System.Data.Objects.DataClasses.EntityReference%601>. This loads the related object data into the object context. When a query returns results, you can enumerate through the collection of objects using a `foreach` loop (`For Each...Next` in Visual Basic) and conditionally call the `Load` method on <xref:System.Data.Objects.DataClasses.EntityReference%601> and <xref:System.Data.Objects.DataClasses.EntityCollection%601> properties for each entity in the results.
178178
179179
The <xref:System.Data.Objects.DataClasses.EntityReference%601.Load%2A> method loads related objects from the data source whether or not <xref:System.Data.Objects.DataClasses.RelatedEnd.IsLoaded%2A> is `true`.
180180

xml/System.Data.Objects/ObjectContext.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@
14741474
<format type="text/markdown"><![CDATA[
14751475
14761476
## Remarks
1477-
The <xref:System.Data.Objects.ObjectContext.ExecuteFunction%2A> method is a helper method that is used to execute stored procedures or functions that are defined in the data source and expressed in the conceptual model. The Entity Data Model tools generate a method for each in the conceptual model. These methods call a strongly-typed `ExecuteFunction` to return a typed <xref:System.Data.Objects.ObjectResult%601>. For more information, see [Application Code using Stored Procedures (Enity Framework)](https://msdn.microsoft.com/library/d13dd33f-fcf9-4e86-bd00-74bc31521536).
1477+
The <xref:System.Data.Objects.ObjectContext.ExecuteFunction%2A> method is a helper method that is used to execute stored procedures or functions that are defined in the data source and expressed in the conceptual model. The Entity Data Model tools generate a method for each [FunctionImport Element](/ef/ef6/modeling/designer/advanced/edmx/csdl-spec#functionimport-element-csdl) in the conceptual model. These methods call a strongly-typed `ExecuteFunction` to return a typed <xref:System.Data.Objects.ObjectResult%601>. For more information, see [Application Code using Stored Procedures (Entity Framework)](https://docs.microsoft.com/previous-versions/cc716795(v=vs.90)).
14781478
14791479
All parameters for the function are required in the parameters array and all types are checked against the metadata for the import function, including the type of the function itself. `null` values are permitted for CLR value types. Parameter validation is performed by the provider.
14801480
@@ -1535,7 +1535,7 @@
15351535
<format type="text/markdown"><![CDATA[
15361536
15371537
## Remarks
1538-
The <xref:System.Data.Objects.ObjectContext.ExecuteFunction%2A> method is a helper method that is used to execute stored procedures or functions that are defined in the data source and expressed in conceptual model. The Entity Data Model tools generate a method for each in the conceptual model. These methods call a strongly-typed `ExecuteFunction` to return a typed <xref:System.Data.Objects.ObjectResult%601>. For more information, see [Application Code using Stored Procedures (Enity Framework)](https://msdn.microsoft.com/library/d13dd33f-fcf9-4e86-bd00-74bc31521536).
1538+
The <xref:System.Data.Objects.ObjectContext.ExecuteFunction%2A> method is a helper method that is used to execute stored procedures or functions that are defined in the data source and expressed in conceptual model. The Entity Data Model tools generate a method for each [FunctionImport Element](/ef/ef6/modeling/designer/advanced/edmx/csdl-spec#functionimport-element-csdl) in the conceptual model. These methods call a strongly-typed `ExecuteFunction` to return a typed <xref:System.Data.Objects.ObjectResult%601>. For more information, see [Application Code using Stored Procedures (Entity Framework)](https://docs.microsoft.com/previous-versions/cc716795(v=vs.90)).
15391539
15401540
All parameters for the function are required in the parameters array and all types are checked against the metadata for the import function, including the type of the function itself. `null` values are permitted for CLR value types. Parameter validation is performed by the provider.
15411541
@@ -2633,4 +2633,4 @@
26332633
</Docs>
26342634
</Member>
26352635
</Members>
2636-
</Type>
2636+
</Type>

0 commit comments

Comments
 (0)