Received: by mail.netbsd.org (Postfix, from userid 605) id 6318E84DB9; Thu, 10 Sep 2020 20:42:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DED2284DAF for ; Thu, 10 Sep 2020 20:42:56 +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 iIg10D_4JqWd for ; Thu, 10 Sep 2020 20:42:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46C2984D2D for ; Thu, 10 Sep 2020 20:42:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F79DFB28; Thu, 10 Sep 2020 20:42:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599770576266070" MIME-Version: 1.0 Date: Thu, 10 Sep 2020 20:42:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/transifex-client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200910204256.3F79DFB28@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. --_----------=_1599770576266070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 10 20:42:56 UTC 2020 Modified Files: pkgsrc/devel/transifex-client: DESCR Log Message: transifex-client: fix typo in DESCR. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/transifex-client/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599770576266070 Content-Disposition: inline Content-Length: 715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/transifex-client/DESCR diff -u pkgsrc/devel/transifex-client/DESCR:1.1 pkgsrc/devel/transifex-client/DESCR:1.2 --- pkgsrc/devel/transifex-client/DESCR:1.1 Sat Oct 6 16:43:37 2012 +++ pkgsrc/devel/transifex-client/DESCR Thu Sep 10 20:42:56 2020 @@ -4,6 +4,6 @@ of an elaborate UI system. You can use the command line client to easily create new resources, map locale files to translations and synchronize your Transifex project with -your local repository and vice verca. Translators and localization +your local repository and vice versa. Translators and localization managers can also use it to handle large volumes of translation files easily and without much hassle. --_----------=_1599770576266070--