website/source: fix typos

This commit is contained in:
Mitchell Hashimoto 2013-12-19 09:57:31 -08:00
parent fb5d1708c5
commit 930b844bd5
3 changed files with 3 additions and 3 deletions

View File

@ -275,7 +275,7 @@ home directory of the SSH user.
## VBoxManage Commands
In order to perform extra customization of the virtual machine, a template
can define extra calls to `VBoxMangage` to perform. [VBoxManage](http://www.virtualbox.org/manual/ch08.html)
can define extra calls to `VBoxManage` to perform. [VBoxManage](http://www.virtualbox.org/manual/ch08.html)
is the command-line interface to VirtualBox where you can completely control
VirtualBox. It can be used to do things such as set RAM, CPUs, etc.

View File

@ -36,7 +36,7 @@ with the `-machine-readable` flag to see!
## Format
The machine readable format is a line-oriented, comma-delimeted text
The machine readable format is a line-oriented, comma-delimited text
format. This makes it extremely easy to parse using standard Unix tools such
as awk or grep in addition to full programming languages like Ruby or
Python.

View File

@ -20,7 +20,7 @@ page first.
User variables must first be defined in a `variables` section within your
template. Even if you want a variable to default to an empty string, it
must be defined. This explicitivity makes it easy for newcomers to your
must be defined. This explicivity makes it easy for newcomers to your
template to understand what can be modified using variables in your template.
The `variables` section is a simple key/value mapping of the variable