From 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 11:21:58 +0000 Subject: Fix typo: seperate -> separate. Seperate does not exist in the english language. --- usr.bin/nm/nm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/nm') diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 59442c0..c18830d 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -493,7 +493,7 @@ print_symbol(objname, sym) (void)printf("%s:", objname); /* - * handle undefined-only format seperately (no space is + * handle undefined-only format separately (no space is * left for symbol values, no type field is printed) */ if (print_only_undefined_symbols) { -- cgit v1.1