diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-08-05 18:32:04 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-08-05 18:32:04 +0800 |
commit | 12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5 (patch) | |
tree | b3bd5815d12e2bbe8a77201ce61d22a10ff4ec51 /graphics/php-facedetect | |
parent | 98d5a5939a80e8b9e4a864435d11bf90a49ce3b9 (diff) | |
download | freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.tar.gz freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.tar.zst freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.zip |
Spelling and whitespace fixes.
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. |