You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2021/10/14 18:30:37 UTC

[lucene] branch main updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 95759d2  Fix typo
95759d2 is described below

commit 95759d299e44b67938aba93a790ccaf187d93799
Author: Mike Drob <md...@apple.com>
AuthorDate: Thu Oct 14 13:28:10 2021 -0500

    Fix typo
---
 help/publishing.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help/publishing.txt b/help/publishing.txt
index a37cc65..545cc58 100644
--- a/help/publishing.txt
+++ b/help/publishing.txt
@@ -116,7 +116,7 @@ or `pinentry-tty`, etc...).
 `tty` based `pinentry` implementations do not work when Gradle's signing plugin is attempting to invoke `gpg` -- among other problems:
 Gradle is multi-threaded and we sign multiple artifacts by default.  Even if you use "--max-workers 1" to force single-threaded execution,
 the signing plugin invokes gpg with `--batch --no-tty`, making it impossible for gpg (or a tty based pinentry) to prompt you for your passphrase
-in the same terminal where you run Cradle.
+in the same terminal where you run Gradle.
 
 Developers are encouraged to configure a *non* `tty` based `pinentry` (ex: `pinentry-gnome`, `pinentry-x11`, `pinentry-qt`, `pinentry-mac`,
 `pinentry-wsl-ps1`, etc...) either globally in your operating system, or personally in your `~/.gnupg/gpg-agent.conf`, or in a new