From c3114fa380d80e7268e14d631b08511b2ebf58ec Mon Sep 17 00:00:00 2001 From: Fritz Rehde Date: Mon, 30 Oct 2023 23:25:28 +0100 Subject: Fixed typos (#2524) --- crates/typst-library/src/visualize/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-library/src/visualize') diff --git a/crates/typst-library/src/visualize/image.rs b/crates/typst-library/src/visualize/image.rs index 05a9c352..931e38c6 100644 --- a/crates/typst-library/src/visualize/image.rs +++ b/crates/typst-library/src/visualize/image.rs @@ -128,7 +128,7 @@ impl Layout for ImageElem { styles: StyleChain, regions: Regions, ) -> SourceResult { - // Take the format that was explicitly defined, or parse the extention, + // Take the format that was explicitly defined, or parse the extension, // or try to detect the format. let data = self.data(); let format = match self.format(styles) { -- cgit v1.2.3