aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/find.c
diff options
context:
space:
mode:
authorAntoni Villalonga <antoni@friki.cat>2022-08-18 16:16:41 +0000
committerRob Landley <rob@landley.net>2022-09-14 03:07:41 -0500
commit26a945a6dea820b3d570059a8777c41968efd49c (patch)
tree9ae31158e02f52f5b98c539c4d43b16af101a424 /toys/posix/find.c
parentd4ed83762519c16e01221e655741bb621a792602 (diff)
downloadtoybox-26a945a6dea820b3d570059a8777c41968efd49c.tar.gz
Fix spelling
Diffstat (limited to 'toys/posix/find.c')
-rw-r--r--toys/posix/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/find.c b/toys/posix/find.c
index 89d4d5a6..b1dccb3d 100644
--- a/toys/posix/find.c
+++ b/toys/posix/find.c
@@ -617,7 +617,7 @@ static int do_find(struct dirtree *new)
ff = 0;
ch = *fmt;
- // long long is its own stack size on LP64, so handle seperately
+ // long long is its own stack size on LP64, so handle separately
if (ch == 'i' || ch == 's') {
strcpy(next+len, "lld");
printf(next, (ch == 'i') ? (long long)new->st.st_ino