Skip to content

Commit 68e2b62

Browse files
committed
Fix typo in docs. Fixes #10974.
1 parent eb23d96 commit 68e2b62

File tree

441 files changed

+505
-505
lines changed

Some content is hidden

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

441 files changed

+505
-505
lines changed

docs/en/MonoMac.AVFoundation/AVAsset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public class MyClass : BaseClass {
344344
<param name="disposing">
345345
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
346346
</param>
347-
<summary>Releases the resourced used by the AVAsset object.</summary>
347+
<summary>Releases the resources used by the AVAsset object.</summary>
348348
<remarks>
349349
<para>This Dispose method releases the resources used by the AVAsset class.</para>
350350
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetExportSession.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public class MyClass : BaseClass {
296296
<param name="disposing">
297297
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
298298
</param>
299-
<summary>Releases the resourced used by the AVAssetExportSession object.</summary>
299+
<summary>Releases the resources used by the AVAssetExportSession object.</summary>
300300
<remarks>
301301
<para>This Dispose method releases the resources used by the AVAssetExportSession class.</para>
302302
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetImageGenerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public class MyClass : BaseClass {
326326
<param name="disposing">
327327
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
328328
</param>
329-
<summary>Releases the resourced used by the AVAssetImageGenerator object.</summary>
329+
<summary>Releases the resources used by the AVAssetImageGenerator object.</summary>
330330
<remarks>
331331
<para>This Dispose method releases the resources used by the AVAssetImageGenerator class.</para>
332332
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public class MyClass : BaseClass {
246246
<param name="disposing">
247247
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
248248
</param>
249-
<summary>Releases the resourced used by the AVAssetReader object.</summary>
249+
<summary>Releases the resources used by the AVAssetReader object.</summary>
250250
<remarks>
251251
<para>This Dispose method releases the resources used by the AVAssetReader class.</para>
252252
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetReaderAudioMixOutput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public class MyClass : BaseClass {
267267
<param name="disposing">
268268
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
269269
</param>
270-
<summary>Releases the resourced used by the AVAssetReaderAudioMixOutput object.</summary>
270+
<summary>Releases the resources used by the AVAssetReaderAudioMixOutput object.</summary>
271271
<remarks>
272272
<para>This Dispose method releases the resources used by the AVAssetReaderAudioMixOutput class.</para>
273273
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetReaderTrackOutput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public class MyClass : BaseClass {
239239
<param name="disposing">
240240
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
241241
</param>
242-
<summary>Releases the resourced used by the AVAssetReaderTrackOutput object.</summary>
242+
<summary>Releases the resources used by the AVAssetReaderTrackOutput object.</summary>
243243
<remarks>
244244
<para>This Dispose method releases the resources used by the AVAssetReaderTrackOutput class.</para>
245245
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetReaderVideoCompositionOutput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public class MyClass : BaseClass {
219219
<param name="disposing">
220220
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
221221
</param>
222-
<summary>Releases the resourced used by the AVAssetReaderVideoCompositionOutput object.</summary>
222+
<summary>Releases the resources used by the AVAssetReaderVideoCompositionOutput object.</summary>
223223
<remarks>
224224
<para>This Dispose method releases the resources used by the AVAssetReaderVideoCompositionOutput class.</para>
225225
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetTrack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public class MyClass : BaseClass {
195195
<param name="disposing">
196196
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
197197
</param>
198-
<summary>Releases the resourced used by the AVAssetTrack object.</summary>
198+
<summary>Releases the resources used by the AVAssetTrack object.</summary>
199199
<remarks>
200200
<para>This Dispose method releases the resources used by the AVAssetTrack class.</para>
201201
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetWriter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public class MyClass : BaseClass {
298298
<param name="disposing">
299299
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
300300
</param>
301-
<summary>Releases the resourced used by the AVAssetWriter object.</summary>
301+
<summary>Releases the resources used by the AVAssetWriter object.</summary>
302302
<remarks>
303303
<para>This Dispose method releases the resources used by the AVAssetWriter class.</para>
304304
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetWriterInput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public class MyClass : BaseClass {
264264
<param name="disposing">
265265
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
266266
</param>
267-
<summary>Releases the resourced used by the AVAssetWriterInput object.</summary>
267+
<summary>Releases the resources used by the AVAssetWriterInput object.</summary>
268268
<remarks>
269269
<para>This Dispose method releases the resources used by the AVAssetWriterInput class.</para>
270270
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAssetWriterInputPixelBufferAdaptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public class MyClass : BaseClass {
263263
<param name="disposing">
264264
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
265265
</param>
266-
<summary>Releases the resourced used by the AVAssetWriterInputPixelBufferAdaptor object.</summary>
266+
<summary>Releases the resources used by the AVAssetWriterInputPixelBufferAdaptor object.</summary>
267267
<remarks>
268268
<para>This Dispose method releases the resources used by the AVAssetWriterInputPixelBufferAdaptor class.</para>
269269
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAudioMix.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public class MyClass : BaseClass {
154154
<param name="disposing">
155155
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
156156
</param>
157-
<summary>Releases the resourced used by the AVAudioMix object.</summary>
157+
<summary>Releases the resources used by the AVAudioMix object.</summary>
158158
<remarks>
159159
<para>This Dispose method releases the resources used by the AVAudioMix class.</para>
160160
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAudioPlayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public class MyClass : BaseClass {
350350
<param name="disposing">
351351
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
352352
</param>
353-
<summary>Releases the resourced used by the AVAudioPlayer object.</summary>
353+
<summary>Releases the resources used by the AVAudioPlayer object.</summary>
354354
<remarks>
355355
<para>This Dispose method releases the resources used by the AVAudioPlayer class.</para>
356356
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAudioRecorder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public class MyClass : BaseClass {
396396
<param name="disposing">
397397
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
398398
</param>
399-
<summary>Releases the resourced used by the AVAudioRecorder object.</summary>
399+
<summary>Releases the resources used by the AVAudioRecorder object.</summary>
400400
<remarks>
401401
<para>This Dispose method releases the resources used by the AVAudioRecorder class.</para>
402402
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVAudioSession.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public class MyClass : BaseClass {
468468
<param name="disposing">
469469
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
470470
</param>
471-
<summary>Releases the resourced used by the AVAudioSession object.</summary>
471+
<summary>Releases the resources used by the AVAudioSession object.</summary>
472472
<remarks>
473473
<para>This Dispose method releases the resources used by the AVAudioSession class.</para>
474474
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVCaptureAudioDataOutput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public class MyClass : BaseClass {
154154
<param name="disposing">
155155
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
156156
</param>
157-
<summary>Releases the resourced used by the AVCaptureAudioDataOutput object.</summary>
157+
<summary>Releases the resources used by the AVCaptureAudioDataOutput object.</summary>
158158
<remarks>
159159
<para>This Dispose method releases the resources used by the AVCaptureAudioDataOutput class.</para>
160160
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVCaptureConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public class MyClass : BaseClass {
223223
<param name="disposing">
224224
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
225225
</param>
226-
<summary>Releases the resourced used by the AVCaptureConnection object.</summary>
226+
<summary>Releases the resources used by the AVCaptureConnection object.</summary>
227227
<remarks>
228228
<para>This Dispose method releases the resources used by the AVCaptureConnection class.</para>
229229
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

docs/en/MonoMac.AVFoundation/AVCaptureDeviceInput.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public class MyClass : BaseClass {
202202
<param name="disposing">
203203
<para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources; If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
204204
</param>
205-
<summary>Releases the resourced used by the AVCaptureDeviceInput object.</summary>
205+
<summary>Releases the resources used by the AVCaptureDeviceInput object.</summary>
206206
<remarks>
207207
<para>This Dispose method releases the resources used by the AVCaptureDeviceInput class.</para>
208208
<para>This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>

0 commit comments

Comments
 (0)