summaryrefslogtreecommitdiff
path: root/src/export/pdf
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-06-12 03:44:03 -0700
committerGitHub <noreply@github.com>2023-06-12 12:44:03 +0200
commit7049a4563403e653f5c1f816da3dfd9025c6787a (patch)
tree6c9378e0aea1b1de79d3b221d13b4c2f0a89945d /src/export/pdf
parentc58a8fbd1dfedf571a47a3c8504067f6365c6cd4 (diff)
Fix a bunch of typos + broken link (#1453)
Diffstat (limited to 'src/export/pdf')
-rw-r--r--src/export/pdf/font.rs2
1 files changed, 1 insertions, 1 deletions
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;