aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-11-15 03:37:57 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-11-15 03:37:57 +0000
commitbdfebd8480b97bfff808225e6b4f18eb4256fe1b (patch)
tree4eb2db11c867a5c6ed98b5fa675c8a0daa287281 /bin/ps
parent6b65064ba7c29027df34a3a1e76d6daa24441b79 (diff)
downloadsrc-bdfebd8480b97bfff808225e6b4f18eb4256fe1b.tar.gz
src-bdfebd8480b97bfff808225e6b4f18eb4256fe1b.zip
Typo (appropiate -> appropriate)
Obtained from: OpenBSD (inspired by)
Notes
Notes: svn path=/head/; revision=53170
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 86407679b738..305d4c7513ed 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -318,7 +318,7 @@ main(argc, argv)
/*
* scan requested variables, noting what structures are needed,
- * and adjusting header widths as appropiate.
+ * and adjusting header widths as appropriate.
*/
scanvars();
/*