summaryrefslogtreecommitdiff
path: root/src/Layout.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 11:50:11 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 11:50:11 -0700
commit34ed91bd900937447fb79e88f276fe19e6aba457 (patch)
tree5169fdea0baeec723798b86959dea4cd24c9f59a /src/Layout.c
parent8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Layout.c')
-rw-r--r--src/Layout.c2
1 files changed, 1 insertions, 1 deletions
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)