fix typo in GPT warning (#801337)
Looks ok, but hold off on rhel6-branch. I pushed this bug to 6.4 planning.
On Thu, Mar 08, 2012 at 08:59:14AM -0800, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl@redhat.com>
>
> Resolves: rhbz#801337
> ---
> storage/__init__.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/storage/__init__.py b/storage/__init__.py
> index 3ad9286..eaa5384 100644
> --- a/storage/__init__.py
> +++ b/storage/__init__.py
> @@ -187,7 +187,7 @@ def storageComplete(anaconda):
> and bootdisk.format.labelType == 'gpt':
> warning = _("
WARNING:
"
> "You are using a GPT bootdisk on a non-EFI "
> - "system. This may not work, depending on you BIOS's "
> + "system. This may not work, depending on your BIOS's "
> "support for booting from GPT disks.")
> log.warning("Using a GPT bootdisk on non-EFI system")
> else:
> --
> 1.7.7.6
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
David Cantrell <dcantrell@redhat.com>
Supervisor, Installer Engineering Team
Red Hat, Inc. | Westford, MA | EST5EDT
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|