diff --git a/src/error.rs b/src/error.rs index 095860e..b667bb0 100644 --- a/src/error.rs +++ b/src/error.rs @@ -16,6 +16,6 @@ pub enum Error { NoSource, /// Internal error (e.g., mutex poisoning or source execution failure) - #[error("Internal error occured")] // TODO: Expand on this + #[error("Internal error occurred")] // TODO: Expand on this InternalError, }