Skip to content

Commit

Permalink
fix spelling (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjr authored and kornelski committed Dec 4, 2019
1 parent 8f6c7cc commit 3a497dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign_update/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func edSignature(data: Data, publicEdKey: Data, privateEdKey: Data) -> String {
let args = CommandLine.arguments;
if args.count != 2 && !(args.count == 4 && args[1] == "-s") {
print("Usage: \n")
print("\t1. \(args[0]) <archive to sign>\n\tPrivavte EdDSA (ed25519) key is automatically read from the Keychain.\n");
print("\t1. \(args[0]) <archive to sign>\n\tPrivate EdDSA (ed25519) key is automatically read from the Keychain.\n");
print("\t2 \(args[0]) -s <key> <archive to sign>\n\tThe key's length is 128 that includes private and public key.\n")
exit(1)
}
Expand Down

0 comments on commit 3a497dd

Please sign in to comment.