From owner-svn-ports-all@FreeBSD.ORG Mon Jul 23 13:03:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFFCB106564A; Mon, 23 Jul 2012 13:03:49 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AB38F8FC0A; Mon, 23 Jul 2012 13:03:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6ND3ncD010625; Mon, 23 Jul 2012 13:03:49 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6ND3nFT010623; Mon, 23 Jul 2012 13:03:49 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201207231303.q6ND3nFT010623@svn.freebsd.org> From: Carlo Strub Date: Mon, 23 Jul 2012 13:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301394 - head/textproc/hunspell X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 13:03:49 -0000 Author: cs Date: Mon Jul 23 13:03:49 2012 New Revision: 301394 URL: http://svn.freebsd.org/changeset/ports/301394 Log: Fix typos in pkg-description. Modified: head/textproc/hunspell/pkg-descr Modified: head/textproc/hunspell/pkg-descr ============================================================================== --- head/textproc/hunspell/pkg-descr Mon Jul 23 13:00:56 2012 (r301393) +++ head/textproc/hunspell/pkg-descr Mon Jul 23 13:03:49 2012 (r301394) @@ -1,10 +1,10 @@ -Hunspell is a wildly use spell checker +Hunspell is a widely used spell checker Main features: - Extended support for language peculiarities; Unicode character encoding, compounding and complex morphology. - Improved suggestion using n-gram similarity, rule and dictionary based - pronounciation data. + pronunciation data. - Morphological analysis, stemming and generation. - Hunspell is based on MySpell and works also with MySpell dictionaries. - C++ library under GPL/LGPL/MPL tri-license.