Skip to content

fix: correct 'occured' to 'occurred' typo in RCLONE.cs - #210

Open
Jah-yee wants to merge 1 commit into
nerdunit:masterfrom
Jah-yee:fix/occured-typo
Open

fix: correct 'occured' to 'occurred' typo in RCLONE.cs#210
Jah-yee wants to merge 1 commit into
nerdunit:masterfrom
Jah-yee:fix/occured-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 26, 2026

Copy link
Copy Markdown

Summary

Corrected typo 'occured' → 'occurred' in error log message (RCLONE.cs line 38).

Change

- _ = 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);

Context

User-facing ERROR level log message shown when RCLONE shutdown fails.

@Jah-yee

Jah-yee commented Jul 26, 2026

Copy link
Copy Markdown
Author

Thanks for maintaining this project! Fixed a typo in the error message shown when RCLONE shutdown fails. Let me know if any changes are needed.

@Jah-yee

Jah-yee commented Jul 29, 2026

Copy link
Copy Markdown
Author

Friendly ping — any updates? Happy to address feedback.

@Jah-yee

Jah-yee commented Aug 1, 2026

Copy link
Copy Markdown
Author

Friendly ping — just checking if there's any update on this typo fix. Happy to address any feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant