summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-06-20 11:38:16 +0000
committerLars Wirzenius <liw@liw.fi>2020-06-20 11:38:16 +0000
commit5ad766749a214a0ce0b320258d16fb5a74fa81b6 (patch)
tree113eb46ca587c851e6cdb5fbb16c270339cf6e5c
parentb16749ca50ced58631e79aadf0f74152c24435de (diff)
downloadsubplot-5ad766749a214a0ce0b320258d16fb5a74fa81b6.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-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