From 4733cca31b0f63eab95937f179584ba0d47d44d5 Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Fri, 28 Aug 2026 08:36:28 -0400 Subject: [PATCH] Fix typo --- plugins/pyenv-binary/libexec/pyenv-binary-generate-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pyenv-binary/libexec/pyenv-binary-generate-installer b/plugins/pyenv-binary/libexec/pyenv-binary-generate-installer index 4e943ba8..39ca7052 100755 --- a/plugins/pyenv-binary/libexec/pyenv-binary-generate-installer +++ b/plugins/pyenv-binary/libexec/pyenv-binary-generate-installer @@ -14,7 +14,7 @@ # into the definition; `pyenv binary save' writes the two together. # # A .meta file written by `pyenv binary save'. -# The corresponsing binary package written by `pyenv binary save' +# The corresponding binary package written by `pyenv binary save' # needs to be present alongside it. # --archive-url The URL for the resulting installation script to download # the package from.