diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2012-09-26 16:36:53 +0800 |
|---|---|---|
| committer | Gary Ching-Pang Lin <glin@suse.com> | 2012-09-26 16:36:53 +0800 |
| commit | a2cc3b0d11fe5a31e8fb44f15b38f77ec46bde4a (patch) | |
| tree | 4dfe3a59232d06690d50ac0d10d815ebdeaacf9d | |
| parent | c6bd45d065bbd665d82f37af623eccf88d5aeb3a (diff) | |
| download | efi-boot-shim-a2cc3b0d11fe5a31e8fb44f15b38f77ec46bde4a.tar.gz efi-boot-shim-a2cc3b0d11fe5a31e8fb44f15b38f77ec46bde4a.zip | |
correct wording
| -rw-r--r-- | MokManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c index 66d51523..8685dba6 100644 --- a/MokManager.c +++ b/MokManager.c @@ -588,7 +588,7 @@ static EFI_STATUS store_keys (void *MokNew, UINTN MokNewSize) get_password(&pw_length, password); if (pw_length < 8) { - Print(L"At 8 characters for the password\n"); + Print(L"At least 8 characters for the password\n"); } efi_status = compute_pw_hash(MokNew, MokNewSize, password, |
