From 0e3b1e59a882d2f356c49e7624b25892cf0fc7e9 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 1 Jul 2013 19:53:04 -0700 Subject: [PATCH] Doc fixes. --- website/source/docs/builders/virtualbox.html.markdown | 4 ++-- website/source/docs/builders/vmware.html.markdown | 4 ++-- website/source/docs/templates/veewee-to-packer.html.markdown | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index 45c8f2e96..d8f4dc985 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -54,7 +54,7 @@ Required: Optional: * `boot_command` (array of strings) - This is an array of commands to type - when the virtual machine is firsted booted. The goal of these commands should + when the virtual machine is first booted. The goal of these commands should be to type just enough to initialize the operating system installer. Special keys can be typed as well, and are covered in the section below on the boot command. If this is not specified, it is assumed the installer will start @@ -127,7 +127,7 @@ Optional: * `ssh_wait_timeout` (string) - The duration to wait for SSH to become available. By default this is "20m", or 20 minutes. Note that this should - be quite long since the timer begins as soon as virtual machine is booted. + be quite long since the timer begins as soon as the virtual machine is booted. * `vboxmanage` (array of array of strings) - Custom `VBoxManage` commands to execute in order to further customize the virtual machine being created. diff --git a/website/source/docs/builders/vmware.html.markdown b/website/source/docs/builders/vmware.html.markdown index bde06f8fe..9fc603009 100644 --- a/website/source/docs/builders/vmware.html.markdown +++ b/website/source/docs/builders/vmware.html.markdown @@ -116,7 +116,7 @@ Optional: * `ssh_wait_timeout` (string) - The duration to wait for SSH to become available. By default this is "20m", or 20 minutes. Note that this should - be quite long since the timer begins as soon as virtual machine is booted. + be quite long since the timer begins as soon as the virtual machine is booted. * `tools_upload_flavor` (string) - The flavor of the VMware Tools ISO to upload into the VM. Valid values are "darwin", "linux", and "windows". @@ -134,7 +134,7 @@ Optional: where "BUILDNAME" is the name of the build. * `vmdk_name` (string) - The filename of the virtual disk that'll be created, - without the extension. This is a This defaults to "packer". + without the extension. This defaults to "packer". * `vmx_data` (object, string keys and string values) - Arbitrary key/values to enter into the virtual machine VMX file. This is for advanced users diff --git a/website/source/docs/templates/veewee-to-packer.html.markdown b/website/source/docs/templates/veewee-to-packer.html.markdown index b2552f929..1fbb43edf 100644 --- a/website/source/docs/templates/veewee-to-packer.html.markdown +++ b/website/source/docs/templates/veewee-to-packer.html.markdown @@ -49,7 +49,7 @@ specific builder configurations. None, really. The tool will tell you if it can't convert a part of a template, and whether that is a critical error or just a warning. -Most of Veewees functions translate perfectly over to Packer. There are +Most of Veewee's functions translate perfectly over to Packer. There are still a couple missing features in Packer, but they're minimal. ## Bugs