misc: typo

This commit is contained in:
Callum Leslie 2025-09-02 21:58:26 +01:00
parent 828c06e872
commit 8f5f7b341c
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -16,6 +16,6 @@ pub enum Error {
NoSource, NoSource,
/// Internal error (e.g., mutex poisoning or source execution failure) /// 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, InternalError,
} }