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` --- library/src/layout/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout/stack.rs') diff --git a/library/src/layout/stack.rs b/library/src/layout/stack.rs index 77cd3f8f..b17104df 100644 --- a/library/src/layout/stack.rs +++ b/library/src/layout/stack.rs @@ -233,7 +233,7 @@ impl<'a> StackLayouter<'a> { /// Advance to the next region. fn finish_region(&mut self) { - // Determine the size of the stack in this region dependening on whether + // Determine the size of the stack in this region depending on whether // the region expands. let mut size = self .expand -- cgit v1.2.3