shithub: riscv

Download patch

ref: f6dbd3d99325352b80e2ff6b0d13e8a1557369cb
parent: c96efcfef35fc8be3e510d134cf65e9a8204f7d0
author: cinap_lenrek <[email protected]>
date: Fri Aug 21 16:11:11 EDT 2015

keyfs: fix typo (thanks jpm)

--- a/sys/src/cmd/auth/keyfs.c
+++ b/sys/src/cmd/auth/keyfs.c
@@ -932,7 +932,7 @@
 	}
 	free(buf);
 
-	print("%d keys read in %s foarmat\n", nu, keydbaes ? "AES" : "DES");
+	print("%d keys read in %s format\n", nu, keydbaes ? "AES" : "DES");
 	return 1;
 }