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) --- src/export/pdf/font.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/export/pdf/font.rs b/src/export/pdf/font.rs index 1e2f9c93..c6142599 100644 --- a/src/export/pdf/font.rs +++ b/src/export/pdf/font.rs @@ -168,7 +168,7 @@ fn create_cmap( // prefer them over pre-existing text mappings from the document. Only // things that don't have a corresponding codepoint (or only a private-use // one) like the "Th" in Linux Libertine get the text of their first - // occurances in the document instead. + // occurrences in the document instead. for subtable in ttf.tables().cmap.into_iter().flat_map(|table| table.subtables) { if !subtable.is_unicode() { continue; -- cgit v1.2.3