summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2000-11-10 15:33:02 +0000
committerprovos <provos@openbsd.org>2000-11-10 15:33:02 +0000
commitfee881f60039b749867601538216dcdfffa1812a (patch)
tree9ce22902221905f46faf8df68c40180e6d195d77 /usr.sbin/sa
parent- Prefer COMPATIBILITY section after SEE ALSO section. (diff)
downloadwireguard-openbsd-fee881f60039b749867601538216dcdfffa1812a.tar.xz
wireguard-openbsd-fee881f60039b749867601538216dcdfffa1812a.zip
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.sbin/sa')
-rw-r--r--usr.sbin/sa/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c
index 8f08317118d..cad20968ab6 100644
--- a/usr.sbin/sa/main.c
+++ b/usr.sbin/sa/main.c
@@ -33,7 +33,7 @@ static char copright[] =
"@(#) Copyright (c) 1994 Christopher G. Demetriou\n\
All rights reserved.\n";
-static char rcsid[] = "$Id: main.c,v 1.4 1999/05/24 21:24:00 deraadt Exp $";
+static char rcsid[] = "$Id: main.c,v 1.5 2000/11/10 15:33:15 provos Exp $";
#endif
/*
@@ -130,7 +130,7 @@ main(argc, argv)
Kflag = 1;
break;
case 'l':
- /* seperate system and user time */
+ /* separate system and user time */
lflag = 1;
break;
case 'm':