From a53623e136ce3796320deb1335aed858339d5bb0 Mon Sep 17 00:00:00 2001 From: iwkjosec Date: Tue, 26 Mar 2024 14:08:16 +0900 Subject: [PATCH] Attemts->Attempts --- ScreenCapture.NET/Generic/IScreenCapture.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScreenCapture.NET/Generic/IScreenCapture.cs b/ScreenCapture.NET/Generic/IScreenCapture.cs index cc423bd..1613789 100644 --- a/ScreenCapture.NET/Generic/IScreenCapture.cs +++ b/ScreenCapture.NET/Generic/IScreenCapture.cs @@ -18,7 +18,7 @@ public interface IScreenCapture : IDisposable event EventHandler? Updated; /// - /// Attemts to capture the current frame showed on the . + /// Attempts to capture the current frame showed on the . /// /// true if the current frame was captures successfully; otherwise, false. bool CaptureScreen(); @@ -59,4 +59,4 @@ public interface IScreenCapture : IDisposable /// Restarts the . /// void Restart(); -} \ No newline at end of file +}