Skip to content

Commit 183f02d

Browse files
authored
Cature->Capture
1 parent 47055de commit 183f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScreenCapture.NET/Generic/AbstractScreenCapture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class AbstractScreenCapture<TColor> : IScreenCapture
1313
private bool _isDisposed;
1414

1515
/// <summary>
16-
/// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCature.
16+
/// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCapture.
1717
/// </summary>
1818
protected HashSet<CaptureZone<TColor>> CaptureZones { get; } = new();
1919

@@ -244,4 +244,4 @@ public void Dispose()
244244
protected virtual void Dispose(bool disposing) { }
245245

246246
#endregion
247-
}
247+
}

0 commit comments

Comments
 (0)