Skip to content

Commit a53623e

Browse files
authored
Attemts->Attempts
1 parent 183f02d commit a53623e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScreenCapture.NET/Generic/IScreenCapture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IScreenCapture : IDisposable
1818
event EventHandler<ScreenCaptureUpdatedEventArgs>? Updated;
1919

2020
/// <summary>
21-
/// Attemts to capture the current frame showed on the <see cref="Display"/>.
21+
/// Attempts to capture the current frame showed on the <see cref="Display"/>.
2222
/// </summary>
2323
/// <returns><c>true</c> if the current frame was captures successfully; otherwise, <c>false</c>.</returns>
2424
bool CaptureScreen();
@@ -59,4 +59,4 @@ public interface IScreenCapture : IDisposable
5959
/// Restarts the <see cref="IScreenCapture"/>.
6060
/// </summary>
6161
void Restart();
62-
}
62+
}

0 commit comments

Comments
 (0)