From owner-svn-ports-head@FreeBSD.ORG Sat May 25 20:17:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADDECE08; Sat, 25 May 2013 20:17:54 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDB63A7; Sat, 25 May 2013 20:17:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PKHs10081798; Sat, 25 May 2013 20:17:54 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PKHspG081797; Sat, 25 May 2013 20:17:54 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201305252017.r4PKHspG081797@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 25 May 2013 20:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319074 - head/textproc/xfce4-dict-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 20:17:54 -0000 Author: olivierd Date: Sat May 25 20:17:53 2013 New Revision: 319074 URL: http://svnweb.freebsd.org/changeset/ports/319074 Log: Fix spelling in COMMENT Reported by: danfe@ Modified: head/textproc/xfce4-dict-plugin/Makefile Modified: head/textproc/xfce4-dict-plugin/Makefile ============================================================================== --- head/textproc/xfce4-dict-plugin/Makefile Sat May 25 20:11:48 2013 (r319073) +++ head/textproc/xfce4-dict-plugin/Makefile Sat May 25 20:17:53 2013 (r319074) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -plugin DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce4 plugin to query different dictionnaries +COMMENT= Xfce4 plugin to query different dictionaries USE_BZIP2= yes GNU_CONFIGURE= yes