From 95ba0188d1e7e5e1653c1e8be66f44353ee858e8 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Sat, 2 Jul 2022 16:07:19 +0200 Subject: [PATCH] age: keep age lowercase in all docs --- age.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/age.go b/age.go index eac6a23..22f45c4 100644 --- a/age.go +++ b/age.go @@ -10,12 +10,12 @@ // ScryptRecipient and ScryptIdentity. For compatibility with existing SSH keys // use the filippo.io/age/agessh package. // -// Age encrypted files are binary and not malleable. For encoding them as text, +// age encrypted files are binary and not malleable. For encoding them as text, // use the filippo.io/age/armor package. // // Key management // -// Age does not have a global keyring. Instead, since age keys are small, +// age does not have a global keyring. Instead, since age keys are small, // textual, and cheap, you are encouraged to generate dedicated keys for each // task and application. //