From 25acefeb5b0cf0977ad01fe3128d494d9617a2cf Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 22 Mar 2023 16:02:51 +0800 Subject: Fix typos (#115) Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` --- tests/typ/compiler/call.typ | 2 +- tests/typ/layout/list-marker.typ | 2 +- tests/typ/meta/bibliography.typ | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/typ') diff --git a/tests/typ/compiler/call.typ b/tests/typ/compiler/call.typ index 32a54cd4..f78dec20 100644 --- a/tests/typ/compiler/call.typ +++ b/tests/typ/compiler/call.typ @@ -4,7 +4,7 @@ --- // Ref: true -// Ommitted space. +// Omitted space. #let f() = {} #[#f()*Bold*] diff --git a/tests/typ/layout/list-marker.typ b/tests/typ/layout/list-marker.typ index 97d1ce91..6f348530 100644 --- a/tests/typ/layout/list-marker.typ +++ b/tests/typ/layout/list-marker.typ @@ -1,4 +1,4 @@ -// Test list marker configuraiton. +// Test list marker configuration. --- // Test en-dash. diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index 0d9c19a0..f1dbe3c8 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -5,7 +5,7 @@ #bibliography("/bad.bib") --- -// Test ambigious reference. +// Test ambiguous reference. = Introduction // Error: 1-7 label occurs in the document and its bibliography @arrgh -- cgit v1.2.3