From efaffd918223aa65a45ec84ce170d27f0ac17fcb Mon Sep 17 00:00:00 2001 From: obarthel Date: Fri, 8 Sep 2023 15:51:13 +0200 Subject: [PATCH] Typo corection --- library/unistd_wildcard_expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/unistd_wildcard_expand.c b/library/unistd_wildcard_expand.c index 60a92fd..fa32f8d 100644 --- a/library/unistd_wildcard_expand.c +++ b/library/unistd_wildcard_expand.c @@ -334,7 +334,7 @@ __wildcard_expand_init(void) } else if (rc != OK) { - /* Some error occured. */ + /* Some error occurred. */ error = EIO; break; }