summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/acpyacc.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/acpyacc.y')
-rw-r--r--usr.bin/ar/acpyacc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y
index e1a6e6d..99a23c7 100644
--- a/usr.bin/ar/acpyacc.y
+++ b/usr.bin/ar/acpyacc.y
@@ -358,7 +358,7 @@ arscp_copy(int ifd, int ofd)
/*
* Add all modules of archive to current archive, if list != NULL,
- * only those modules speicifed in 'list' will be added.
+ * only those modules specified in 'list' will be added.
*/
static void
arscp_addlib(char *archive, struct list *list)
@@ -545,7 +545,7 @@ arscp_end(int eval)
}
/*
- * Check if target spcified, i.e, whether OPEN or CREATE has been
+ * Check if target specified, i.e, whether OPEN or CREATE has been
* issued by user.
*/
static int
OpenPOWER on IntegriCloud