Bug 31395 - Typo in pkg-descr for security/stegdetect.
Summary: Typo in pkg-descr for security/stegdetect.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: markp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-21 05:50 UTC by Carl Schmidt
Modified: 2001-10-23 11:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Schmidt 2001-10-21 05:50:00 UTC
"It is capable of detecting severval different ..."

Fix: 

Change severval to several.
If you don't know how:
sed 's/severval/several/;' pkg-descr > pkg-descr.new && \
mv pkg-descr.new pkg-descr

Or some such method.
How-To-Repeat: cat /usr/ports/security/stegdetect/pkg-descr and read it. :)
Comment 1 Tetsurou Okazaki freebsd_committer freebsd_triage 2001-10-21 06:11:13 UTC
Responsible Changed
From-To: freebsd-ports->markp

over to maintainer
Comment 2 markp freebsd_committer freebsd_triage 2001-10-23 11:04:42 UTC
State Changed
From-To: open->closed

Committed, thanks!