Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #18 from thewtex/initialize
Browse files Browse the repository at this point in the history
Fix spelling: initialise -> initialize.
  • Loading branch information
Sven Dowideit authored and Sven Dowideit committed Jul 2, 2014
2 parents b24711a + c60f648 commit b64d8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Boot2Docker.iss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ end;
procedure CurPageChanged(CurPageID: Integer);
begin
WizardForm.FinishedLabel.Caption := 'Docker for Windows installation completed. The `Boot2Docker Start` icon on your desktop, and Program Files will initialise, start and connect you to your Boot2Docker virtual machine.';
WizardForm.FinishedLabel.Caption := 'Docker for Windows installation completed. The `Boot2Docker Start` icon on your desktop and in Program Files will initialize, start and connect you to your Boot2Docker virtual machine.';
//if CurPageID = wpSelectDir then
// to go with DisableReadyPage=yes and DisableProgramGroupPage=yes
//WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall)
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ ! -e "$ISO" ]; then
cp boot2docker.iso "$ISO"
fi

echo "initialising..."
echo "initializing..."
./boot2docker.exe init
echo "starting..."
./boot2docker.exe start
Expand Down

0 comments on commit b64d8b0

Please sign in to comment.