diff --git a/UniversalExtensions.cs b/UniversalExtensions.cs index 9b239da..8af4d8f 100644 --- a/UniversalExtensions.cs +++ b/UniversalExtensions.cs @@ -339,7 +339,7 @@ public static class UniversalExtensions public static void DeleteScheduleTask(string UID) { if (!registeredScheduledTasks.ContainsKey(UID)) - throw new Exception($"No sheduled task has been found with UID '{UID}'"); + throw new Exception($"No scheduled task has been found with UID '{UID}'"); if (registeredScheduledTasks[ UID ].tokenSource is null) throw new Exception($"Internal: There is no token source registered the specified task.");