summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 1f4fcc7..2a94397 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -188,7 +188,7 @@ pub enum SubplotError {
TemplateNoRun,
/// An embedded file was not found.
- #[error("emedded file {0} was not found in the subplot document")]
+ #[error("embedded file {0} was not found in the subplot document")]
EmbeddedFileNotFound(String),
/// I/O error