From d62093eab91c994f45aecca95671464abcb04e9b Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Sun, 4 Sep 2022 19:41:52 +0200 Subject: [PATCH] Update UniversalExtensions.cs --- UniversalExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UniversalExtensions.cs b/UniversalExtensions.cs index 08e3d3a..9b239da 100644 --- a/UniversalExtensions.cs +++ b/UniversalExtensions.cs @@ -58,7 +58,7 @@ public static class UniversalExtensions /// - /// Get the current CPU Usage on all plattforms + /// Get the current CPU Usage on all platforms /// /// public static async Task GetCpuUsageForProcess() @@ -335,7 +335,7 @@ public static class UniversalExtensions /// Deletes a scheduled task /// /// The task's unique identifier - /// Throws if the task hasn't been found or if an internal error occured + /// Throws if the task hasn't been found or if an internal error occurred public static void DeleteScheduleTask(string UID) { if (!registeredScheduledTasks.ContainsKey(UID))