From 5ad766749a214a0ce0b320258d16fb5a74fa81b6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jun 2020 11:38:16 +0000 Subject: Apply 1 suggestion(s) to 1 file(s) --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1