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 | a4c1e5965f8e135244085cd81f9cbe62f940a08b (patch) | |
| tree | 4dfe3a59232d06690d50ac0d10d815ebdeaacf9d | |
| parent | e676d64a620a88cad1f35873718e0cf39a1c7219 (diff) | |
| download | efi-boot-shim-a4c1e5965f8e135244085cd81f9cbe62f940a08b.tar.gz efi-boot-shim-a4c1e5965f8e135244085cd81f9cbe62f940a08b.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, |
