diff --git a/RCLONE.cs b/RCLONE.cs index 9e6f5953..0ae2539a 100644 --- a/RCLONE.cs +++ b/RCLONE.cs @@ -35,7 +35,7 @@ public static void killRclone() } catch (Exception ex) { - _ = Logger.Log($"Exception occured while attempting to shut down RCLONE with exception message: {ex.Message}", LogLevel.ERROR); + _ = Logger.Log($"Exception occurred while attempting to shut down RCLONE with exception message: {ex.Message}", LogLevel.ERROR); } } }