From f01e37b4d7f1d90f9dc838522e7ce6ed72a88592 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Thu, 24 Feb 2022 11:37:53 +0200 Subject: [PATCH] doc: fix typo in age(1) (#395) --- doc/age.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/age.1 b/doc/age.1 index 35e37fb4..d6c4b985 100644 --- a/doc/age.1 +++ b/doc/age.1 @@ -184,7 +184,7 @@ An \fBIDENTITY\fR is an SSH private key \fIfile\fR passed individually to \fB\-i An encrypted file \fIcan\fR be linked to the SSH public key it was encrypted to\. This is so that \fBage\fR can identify the correct SSH private key before requesting its password, if any\. . .SH "EXIT STATUS" -\fBage\fR will exit 0 if and only if encryption or decryption are succesful for the full length of the input\. +\fBage\fR will exit 0 if and only if encryption or decryption are successful for the full length of the input\. . .P If an error occurs during decryption, partial output might still be generated, but only if it was possible to securely authenticate it\. No unauthenticathed output is ever released\.