diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-28 11:49:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-28 11:49:53 +0000 |
commit | 6bf0a29860dada12429ae904f829bbe0c166b713 (patch) | |
tree | 02ce301b7a91a15d0ce75e5c6a06d06859b7dd3f | |
parent | Put main category at first place. (diff) |
- Fix typo in COMMENT
Notes
Notes:
svn path=/head/; revision=154644
-rw-r--r-- | net/socketbind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socketbind/Makefile b/net/socketbind/Makefile index 6652b81aa033..ac1c99e045a0 100644 --- a/net/socketbind/Makefile +++ b/net/socketbind/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= nm@web.am -COMMENT= Library to bind applications on multihomed machines to specefic IP address +COMMENT= Library to bind applications on multihomed machines to specific IP address INSTALLS_SHLIB= YES NOMAN= YES |