diff options
author | uqs <uqs@FreeBSD.org> | 2011-05-22 14:03:46 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-05-22 14:03:46 +0000 |
commit | bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf (patch) | |
tree | 1e83c2c954462c171097322b88b64e1d10dd3d82 /bin/ps | |
parent | 1fb4642784519876f8220deacb97f0f95ac6c055 (diff) | |
download | FreeBSD-src-bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf.zip FreeBSD-src-bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf.tar.gz |
Fix some typos under bin/
Found by: codespell
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 6bb94bf..fb2b752 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -219,7 +219,7 @@ main(int argc, char *argv[]) case 'A': /* * Exactly the same as `-ax'. This has been - * added for compatability with SUSv3, but for + * added for compatibility with SUSv3, but for * now it will not be described in the man page. */ nselectors++; |