Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit cd50a6b

Browse files
authored
Merge pull request #1284 from nschonni/typo-interation
Typo interation
2 parents d8db3cc + 0613fa9 commit cd50a6b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/2014/database-engine/install-windows/view-and-read-sql-server-setup-log-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ manager: craigg
135135

136136
Types of MSI log files:
137137

138-
- \<Feature>_\<Architecture>\_\<Interation>.log
138+
- \<Feature>_\<Architecture>\_\<Interaction>.log
139139

140-
- \<Feature>_\<Architecture>\_\<Language>\_\<Interation>.log
140+
- \<Feature>_\<Architecture>\_\<Language>\_\<Interaction>.log
141141

142-
- \<Feature>_\<Architecture>\_\<Interation>\_\<workflow>.log
142+
- \<Feature>_\<Architecture>\_\<Interaction>\_\<workflow>.log
143143

144144
### Location
145145
The MSI log files are located at %programfiles%\\[!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]\120\Setup Bootstrap\Log\\<YYYYMMDD_HHMM>\\<Name\>.log.

docs/xquery/flwor-statement-and-iteration-xquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ where ProductModelID=7
221221
```
222222

223223
## Using the where Clause
224-
You can use the `where` clause to filter results of an interation. This is illustrated in this next example.
224+
You can use the `where` clause to filter results of an iteration. This is illustrated in this next example.
225225

226226
In the manufacturing of a bicycle, the manufacturing process goes through a series of work center locations. Each work center location defines a sequence of manufacturing steps. The following query retrieves only those work center locations that manufacture a bicycle model and have less than three manufacturing steps. That is, they have less than three <`step`> elements.
227227

0 commit comments

Comments
 (0)