diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-05 21:36:45 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-05 21:36:45 +0000 |
commit | 2b302aad9f597489a5b87e5d623f1a326758605e (patch) | |
tree | c8ee040beaf87179f920dfcd10aebae532ac7e0e /usr.sbin/pkg_install | |
parent | b5c7b0dfe9b8e88376b3dc765231155b450c8e0e (diff) | |
download | FreeBSD-src-2b302aad9f597489a5b87e5d623f1a326758605e.zip FreeBSD-src-2b302aad9f597489a5b87e5d623f1a326758605e.tar.gz |
Touch up some more small typos missed in the previous round.
Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/lib/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c index b7481d8..f760c61 100644 --- a/usr.sbin/pkg_install/lib/plist.c +++ b/usr.sbin/pkg_install/lib/plist.c @@ -123,7 +123,7 @@ find_plist_option(Package *pkg, const char *name) /* * Delete plist item 'type' in the list (if 'name' is non-null, match it - * too.) If 'all' is set, delete all items, not just the first occurrance. + * too.) If 'all' is set, delete all items, not just the first occurrence. */ void delete_plist(Package *pkg, Boolean all, plist_t type, const char *name) |