From 26a945a6dea820b3d570059a8777c41968efd49c Mon Sep 17 00:00:00 2001 From: Antoni Villalonga Date: Thu, 18 Aug 2022 16:16:41 +0000 Subject: [PATCH] Fix spelling --- toys/other/nsenter.c | 2 +- toys/posix/find.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/other/nsenter.c b/toys/other/nsenter.c index 2a5ec120..104ea1ee 100644 --- a/toys/other/nsenter.c +++ b/toys/other/nsenter.c @@ -40,7 +40,7 @@ config UNSHARE Each namespace can take an optional argument, a persistent mountpoint usable by the nsenter command to add new processes to that the namespace. (Specify - multiple namespaces to unshare seperately, ala -c -i -m because -cim is -c + multiple namespaces to unshare separately, ala -c -i -m because -cim is -c with persistent mount "im".) config NSENTER 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 -- 2.39.2