From 914c0c00d66cf91587e3b5382bbf684c1410cd3f Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 13 May 2024 15:01:03 -0400 Subject: [PATCH] zero-system: fix typo --- pentoo/zero-system/files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentoo/zero-system/files/zshrc b/pentoo/zero-system/files/zshrc index 845475edcb..5919fcc17d 100644 --- a/pentoo/zero-system/files/zshrc +++ b/pentoo/zero-system/files/zshrc @@ -60,7 +60,7 @@ bindkey "\eOF" end-of-line if [ "${USER}" != "root" ]; then if [ ! -r ~/.ssh/id_ed25519_sk_green ] && [ ! -r ~/.ssh/id_ed25519_sk_red ] && [ ! -r ~/.ssh/gentoo_rsa ]; then - printf "This system has no ssh keys, you are expected for forward ssh agent\n" + printf "This system has no ssh keys, you are expected to forward ssh agent\n" else if [ ! -r ~/.ssh/id_ed25519_sk_green ]; then printf "This system is missing your yk5cgreen primary key id_ed25519_sk_green\n"