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))