diff options
Diffstat (limited to 'graphics/src/error.rs')
-rw-r--r-- | graphics/src/error.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/src/error.rs b/graphics/src/error.rs index 77758f54..c6ea98a3 100644 --- a/graphics/src/error.rs +++ b/graphics/src/error.rs @@ -13,7 +13,7 @@ pub enum Error { #[error("a suitable graphics adapter or device could not be found")] GraphicsAdapterNotFound, - /// An error occured in the context's internal backend - #[error("an error occured in the context's internal backend")] + /// An error occurred in the context's internal backend + #[error("an error occurred in the context's internal backend")] BackendError(String), } |