From 7049a4563403e653f5c1f816da3dfd9025c6787a Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Mon, 12 Jun 2023 03:44:03 -0700 Subject: Fix a bunch of typos + broken link (#1453) --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src') diff --git a/cli/src/main.rs b/cli/src/main.rs index 83758190..7ecf3461 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -317,7 +317,7 @@ fn export(document: &Document, command: &CompileSettings) -> StrResult<()> { Err("cannot export multiple PNGs without `{n}` in output path")?; } - // Find a number width that accomodates all pages. For instance, the + // Find a number width that accommodates all pages. For instance, the // first page should be numbered "001" if there are between 100 and // 999 pages. let width = 1 + document.pages.len().checked_ilog10().unwrap_or(0) as usize; -- cgit v1.2.3