[haiku-development] Re: spelling error in installer

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 23 Sep 2009 22:02:49 -0700

On Wed, Sep 23, 2009 at 9:32 PM, Joel Cox <joel7687@xxxxxxxxx> wrote:
> I feel silly about this, and I'm reluctant to bother anyone with it,
> but I found a spelling error while installing Haiku, and I couldn't
> find anywhere where it had been addressed.  I attempted to make a
> patch for the affected file (InstallerWindow.cpp) using svn diff,
> which I include here:
>
> Index: InstallerWindow.cpp
> ===================================================================
> --- InstallerWindow.cpp (revision 33258)
> +++ InstallerWindow.cpp (working copy)
> @@ -455,7 +455,7 @@
>                        char status[1024];
>                        snprintf(status, sizeof(status), "Installation 
> completed. "
>                                "Boot sector has been written to '%s'. Press 
> Quit to %s "
> -                               "or chose a new target volume to perform 
> another "
> +                               "or choose a new target volume to perform 
> another "
>                                "installation.", dstItem ? dstItem->Name() : 
> "???", quitString);
>                        _SetStatusMessage(status);
>                        fInstallStatus = kFinished;
>
>

Good catch.  If you don't see this get applied in the next coupe of
days, open a trac ticket and attach it there, as sometimes patches to
the list get forgotten.  Also when using svn to make a diff, diff it
from the trunk folder, that way whoever applies it doesn't have to
hunt down where to apply it.  Let us know if you spot anymore.
-scottmc

Other related posts: