Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 994b9c0

Browse files
committed
fix match typo; from manuel@kiessling.net
1 parent ca4b940 commit 994b9c0

File tree

15 files changed

+57
-57
lines changed

15 files changed

+57
-57
lines changed

docs/machines.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ <h6>Properties</h6>
17811781

17821782

17831783

1784-
<td class="description last"><p>Optional cpu count to mactch on</p></td>
1784+
<td class="description last"><p>Optional cpu count to match on</p></td>
17851785
</tr>
17861786

17871787

@@ -1946,7 +1946,7 @@ <h6>Properties</h6>
19461946

19471947

19481948

1949-
<td class="description last"><p>Optional shutdownTimeoutInHours value to mactch on</p></td>
1949+
<td class="description last"><p>Optional shutdownTimeoutInHours value to match on</p></td>
19501950
</tr>
19511951

19521952

@@ -2012,7 +2012,7 @@ <h6>Properties</h6>
20122012

20132013

20142014

2015-
<td class="description last"><p>Optional autoSnapshotFrequency value to mactch on</p></td>
2015+
<td class="description last"><p>Optional autoSnapshotFrequency value to match on</p></td>
20162016
</tr>
20172017

20182018

@@ -2045,7 +2045,7 @@ <h6>Properties</h6>
20452045

20462046

20472047

2048-
<td class="description last"><p>Optional autoSnapshotSaveCount value to mactch on</p></td>
2048+
<td class="description last"><p>Optional autoSnapshotSaveCount value to match on</p></td>
20492049
</tr>
20502050

20512051

@@ -2078,7 +2078,7 @@ <h6>Properties</h6>
20782078

20792079

20802080

2081-
<td class="description last"><p>Optional agentType value to mactch on</p></td>
2081+
<td class="description last"><p>Optional agentType value to match on</p></td>
20822082
</tr>
20832083

20842084

@@ -2144,7 +2144,7 @@ <h6>Properties</h6>
21442144

21452145

21462146

2147-
<td class="description last"><p>Optional state value to mactch on</p></td>
2147+
<td class="description last"><p>Optional state value to match on</p></td>
21482148
</tr>
21492149

21502150

@@ -2177,7 +2177,7 @@ <h6>Properties</h6>
21772177

21782178

21792179

2180-
<td class="description last"><p>Optional networkId to mactch on</p></td>
2180+
<td class="description last"><p>Optional networkId to match on</p></td>
21812181
</tr>
21822182

21832183

@@ -2210,7 +2210,7 @@ <h6>Properties</h6>
22102210

22112211

22122212

2213-
<td class="description last"><p>Optional privateIpAddress to mactch on</p></td>
2213+
<td class="description last"><p>Optional privateIpAddress to match on</p></td>
22142214
</tr>
22152215

22162216

@@ -2243,7 +2243,7 @@ <h6>Properties</h6>
22432243

22442244

22452245

2246-
<td class="description last"><p>Optional publicIpAddress to mactch on</p></td>
2246+
<td class="description last"><p>Optional publicIpAddress to match on</p></td>
22472247
</tr>
22482248

22492249

@@ -2276,7 +2276,7 @@ <h6>Properties</h6>
22762276

22772277

22782278

2279-
<td class="description last"><p>Optional region to mactch on</p></td>
2279+
<td class="description last"><p>Optional region to match on</p></td>
22802280
</tr>
22812281

22822282

@@ -2309,7 +2309,7 @@ <h6>Properties</h6>
23092309

23102310

23112311

2312-
<td class="description last"><p>Optional userId to mactch on</p></td>
2312+
<td class="description last"><p>Optional userId to match on</p></td>
23132313
</tr>
23142314

23152315

@@ -2342,7 +2342,7 @@ <h6>Properties</h6>
23422342

23432343

23442344

2345-
<td class="description last"><p>Optional teamId to mactch on</p></td>
2345+
<td class="description last"><p>Optional teamId to match on</p></td>
23462346
</tr>
23472347

23482348

@@ -2375,7 +2375,7 @@ <h6>Properties</h6>
23752375

23762376

23772377

2378-
<td class="description last"><p>Optional scriptId to mactch on</p></td>
2378+
<td class="description last"><p>Optional scriptId to match on</p></td>
23792379
</tr>
23802380

23812381

docs/machines_list.js.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,25 @@ <h1 class="page-title">machines/list.js</h1>
5353
* @param {string} [filter.name] - Optional name to match on
5454
* @param {string} [filter.os] - Optional os to match on
5555
* @param {string} [filter.ram] - Optional ram value to match on
56-
* @param {number} [filter.cpus] - Optional cpu count to mactch on
56+
* @param {number} [filter.cpus] - Optional cpu count to match on
5757
* @param {string} [filter.gpu] - Optional gpu to match on
5858
* @param {string} [filter.storageTotal] - Optional storageTotal value to match on
5959
* @param {string} [filter.storageUsed] - Optional storageUsed value to match on
6060
* @param {string} [filter.usageRate] - Optional usageRate value to match on
61-
* @param {number} [filter.shutdownTimeoutInHours] - Optional shutdownTimeoutInHours value to mactch on
61+
* @param {number} [filter.shutdownTimeoutInHours] - Optional shutdownTimeoutInHours value to match on
6262
* @param {boolean} [filter.performAutoSnapshot] - Optional performAutoSnapshot value to match on, either true or false
63-
* @param {string} [filter.autoSnapshotFrequency] - Optional autoSnapshotFrequency value to mactch on
64-
* @param {number} [filter.autoSnapshotSaveCount] - Optional autoSnapshotSaveCount value to mactch on
65-
* @param {string} [filter.agentType] - Optional agentType value to mactch on
63+
* @param {string} [filter.autoSnapshotFrequency] - Optional autoSnapshotFrequency value to match on
64+
* @param {number} [filter.autoSnapshotSaveCount] - Optional autoSnapshotSaveCount value to match on
65+
* @param {string} [filter.agentType] - Optional agentType value to match on
6666
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
67-
* @param {string} [filter.state] - Optional state value to mactch on
68-
* @param {string} [filter.networkId] - Optional networkId to mactch on
69-
* @param {string} [filter.privateIpAddress] - Optional privateIpAddress to mactch on
70-
* @param {string} [filter.publicIpAddress] - Optional publicIpAddress to mactch on
71-
* @param {string} [filter.region] - Optional region to mactch on
72-
* @param {string} [filter.userId] - Optional userId to mactch on
73-
* @param {string} [filter.teamId] - Optional teamId to mactch on
74-
* @param {string} [filter.scriptId] - Optional scriptId to mactch on
67+
* @param {string} [filter.state] - Optional state value to match on
68+
* @param {string} [filter.networkId] - Optional networkId to match on
69+
* @param {string} [filter.privateIpAddress] - Optional privateIpAddress to match on
70+
* @param {string} [filter.publicIpAddress] - Optional publicIpAddress to match on
71+
* @param {string} [filter.region] - Optional region to match on
72+
* @param {string} [filter.userId] - Optional userId to match on
73+
* @param {string} [filter.teamId] - Optional teamId to match on
74+
* @param {string} [filter.scriptId] - Optional scriptId to match on
7575
* @param {string} [filter.dtLastRun] - Optional script datetime last run value to match on
7676
* @param {function} cb - Node-style error-first callback function
7777
* @returns {array} [ machine, ... ] - JSON array of machine objects

docs/networks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ <h6>Properties</h6>
454454

455455

456456

457-
<td class="description last"><p>Optional network to mactch on</p></td>
457+
<td class="description last"><p>Optional network to match on</p></td>
458458
</tr>
459459

460460

@@ -487,7 +487,7 @@ <h6>Properties</h6>
487487

488488

489489

490-
<td class="description last"><p>Optional netmask to mactch on</p></td>
490+
<td class="description last"><p>Optional netmask to match on</p></td>
491491
</tr>
492492

493493

@@ -520,7 +520,7 @@ <h6>Properties</h6>
520520

521521

522522

523-
<td class="description last"><p>Optional teamId to mactch on</p></td>
523+
<td class="description last"><p>Optional teamId to match on</p></td>
524524
</tr>
525525

526526

docs/networks_list.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ <h1 class="page-title">networks/list.js</h1>
5353
* @param {string} [filter.name] - Optional name to match on
5454
* @param {string} [filter.region] - Optional region to match on
5555
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
56-
* @param {string} [filter.network] - Optional network to mactch on
57-
* @param {string} [filter.netmask] - Optional netmask to mactch on
58-
* @param {string} [filter.teamId] - Optional teamId to mactch on
56+
* @param {string} [filter.network] - Optional network to match on
57+
* @param {string} [filter.netmask] - Optional netmask to match on
58+
* @param {string} [filter.teamId] - Optional teamId to match on
5959
* @param {function} cb - Node-style error-first callback function
6060
* @returns {array} [ network, ... ] - JSON array of network objects
6161
* @example

docs/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ <h6>Properties</h6>
11571157

11581158

11591159

1160-
<td class="description last"><p>Optional description to mactch on</p></td>
1160+
<td class="description last"><p>Optional description to match on</p></td>
11611161
</tr>
11621162

11631163

docs/scripts_list.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 class="page-title">scripts/list.js</h1>
5353
* @param {string} [filter.ownerType] - Optional ownerType to match on, either 'user' or 'team'
5454
* @param {string} [filter.ownerId] - Optional ownerId to match on, either a userId or teamId
5555
* @param {string} [filter.name] - Optional name to match on
56-
* @param {string} [filter.description] - Optional description to mactch on
56+
* @param {string} [filter.description] - Optional description to match on
5757
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
5858
* @param {boolean} [filter.isEnabled] - Optional isEnabled value to match on, either true or false
5959
* @param {boolean} [filter.runOnce] - Optional runOnce value to match on, either true or false

docs/templates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h6>Properties</h6>
398398

399399

400400

401-
<td class="description last"><p>Optional label to mactch on</p></td>
401+
<td class="description last"><p>Optional label to match on</p></td>
402402
</tr>
403403

404404

docs/templates_list.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 class="page-title">templates/list.js</h1>
5151
* @param {object} [filter] - An optional filter object to limit the returned template objects
5252
* @param {string} [filter.id] - Optional template id to match on
5353
* @param {string} [filter.name] - Optional name to match on
54-
* @param {string} [filter.label] - Optional label to mactch on
54+
* @param {string} [filter.label] - Optional label to match on
5555
* @param {string} [filter.os] - Optional os to match on
5656
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
5757
* @param {string} [filter.teamId] - Optional teamId to match on

docs/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ <h6>Properties</h6>
395395

396396

397397

398-
<td class="description last"><p>Optional firstname to mactch on</p></td>
398+
<td class="description last"><p>Optional firstname to match on</p></td>
399399
</tr>
400400

401401

docs/users_list.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 class="page-title">users/list.js</h1>
5151
* @param {object} [filter] - An optional filter object to limit the returned user objects
5252
* @param {string} [filter.id] - Optional user id to match on
5353
* @param {string} [filter.email] - Optional email to match on
54-
* @param {string} [filter.firstname] - Optional firstname to mactch on
54+
* @param {string} [filter.firstname] - Optional firstname to match on
5555
* @param {string} [filter.lastname] - Optional lastname to match on
5656
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
5757
* @param {string} [filter.teamId] - Optional teamId to match on

0 commit comments

Comments
 (0)