Received: by mail.netbsd.org (Postfix, from userid 605) id 426A984D5F; Sat, 27 Apr 2019 16:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC7C284D4D for ; Sat, 27 Apr 2019 16:35:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YkucOC4XBmIA for ; Sat, 27 Apr 2019 16:35:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5026284CCF for ; Sat, 27 Apr 2019 16:35:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AB48FB16; Sat, 27 Apr 2019 16:35:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556382918121140" MIME-Version: 1.0 Date: Sat, 27 Apr 2019 16:35:18 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/kate To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190427163518.3AB48FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1556382918121140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Apr 27 16:35:18 UTC 2019 Modified Files: pkgsrc/editors/kate: DESCR Log Message: kate: fix typos in DESCR To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/editors/kate/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556382918121140 Content-Disposition: inline Content-Length: 625 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/kate/DESCR diff -u pkgsrc/editors/kate/DESCR:1.1.1.1 pkgsrc/editors/kate/DESCR:1.2 --- pkgsrc/editors/kate/DESCR:1.1.1.1 Tue Mar 20 00:48:00 2012 +++ pkgsrc/editors/kate/DESCR Sat Apr 27 16:35:18 2019 @@ -1,4 +1,4 @@ Kate is a multi-document, multi-view text editor for KDE. It features -stuff like codefolding, syntaxhighlighting, dynamic word wrap, an -embedded console, an extensive plugin interface and some prelimentary +stuff like code folding, syntax highlighting, dynamic word wrap, an +embedded console, an extensive plugin interface and some preliminary scripting support. --_----------=_1556382918121140--