* find/fstype.c: s/unneccessary/unnecessary/
* xargs/xargs.c: s/utliity/utility/
---
find/fstype.c | 2 +-
xargs/xargs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/find/fstype.c b/find/fstype.c
index cd4b4f5..a6344db 100644
--- a/find/fstype.c
+++ b/find/fstype.c
@@ -117,7 +117,7 @@ in_afs (char *path)
/* Read the mount list into a static cache, and return it.
This is a wrapper around gnulib's read_file_system_list ()
- to avoid unneccessary reading of the mount list. */
+ to avoid unnecessary reading of the mount list. */
static struct mount_entry *
get_file_system_list (bool need_fs_type)
{
diff --git a/xargs/xargs.c b/xargs/xargs.c
index a2917e4..80828f5 100644
--- a/xargs/xargs.c
+++ b/xargs/xargs.c
@@ -429,7 +429,7 @@ main (int argc, char **argv)
}
/* xargs is required by POSIX to allow 2048 bytes of headroom
- * for extra environment variables (that perhaps the utliity might
+ * for extra environment variables (that perhaps the utility might
* want to set before execing something else).
*/
bcstatus = bc_init_controlinfo (&bc_ctl, XARGS_POSIX_HEADROOM);
--
2.1.4