diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-05 10:32:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-05 10:32:04 +0000 |
commit | 4c030a62ccb1806c20eeb2239ed6c32e4c4559dd (patch) | |
tree | 0a2f3fb5b922506b93cb586d75d37912aef71de6 /graphics/php-facedetect | |
parent | 5b3a65c635266f17caf56c41a5dea2dd26e28f96 (diff) |
Spelling and whitespace fixes.
Notes
Notes:
svn path=/head/; revision=258804
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r-- | graphics/php-facedetect/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php-facedetect/pkg-descr b/graphics/php-facedetect/pkg-descr index c7585538b2c2..8f62a9d96015 100644 --- a/graphics/php-facedetect/pkg-descr +++ b/graphics/php-facedetect/pkg-descr @@ -1,5 +1,5 @@ This extension provides a PHP implementation of the OpenCV library. -The extension offers two new functions. In princible, they differ only by +The extension offers two new functions. In principle, they differ only by their return value. The first returns only the number of faces found on the given image and the other an associative array of their coordinates. |