From 34ed91bd900937447fb79e88f276fe19e6aba457 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 7 May 2022 11:50:11 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- src/Layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Layout.c') diff --git a/src/Layout.c b/src/Layout.c index 62082a5..e369a82 100644 --- a/src/Layout.c +++ b/src/Layout.c @@ -741,7 +741,7 @@ ComputeNaturalSizes (LayoutWidget l, BoxPtr box, LayoutDirection dir) DBUG_VOID_RETURN; } -/* given the boxs geometry, set the geometry of the pieces */ +/* given the box's geometry, set the geometry of the pieces */ #define GluePart(a,b,dist) ((a) ? ((int) (((a) * (dist)) / (b) + \ ((dist >= 0) ? 0.5 : -0.5))) : 0) -- cgit v1.2.3