From c941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Thu, 27 Apr 2023 11:26:43 +0200 Subject: Correct some typos (#987) --- library/src/layout/par.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout') diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs index b186bb19..7a1a21e7 100644 --- a/library/src/layout/par.rs +++ b/library/src/layout/par.rs @@ -1280,7 +1280,7 @@ fn commit( } } - // Determine how much addtional space is needed. + // Determine how much additional space is needed. // The justicication_ratio is for the first step justification, // extra_justification is for the last step. // For more info on multi-step justification, see Procedures for Inter- -- cgit v1.2.3