From 930b844bd558127d3dc0cc391c97dfc0082f3273 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Dec 2013 09:57:31 -0800 Subject: [PATCH] website/source: fix typos --- website/source/docs/builders/virtualbox.html.markdown | 2 +- website/source/docs/command-line/machine-readable.html.markdown | 2 +- website/source/docs/templates/user-variables.html.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index b3adf0de3..b73630358 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -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. diff --git a/website/source/docs/command-line/machine-readable.html.markdown b/website/source/docs/command-line/machine-readable.html.markdown index 879e6f554..1cdc06b4d 100644 --- a/website/source/docs/command-line/machine-readable.html.markdown +++ b/website/source/docs/command-line/machine-readable.html.markdown @@ -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. diff --git a/website/source/docs/templates/user-variables.html.markdown b/website/source/docs/templates/user-variables.html.markdown index edce239ad..0eba9de95 100644 --- a/website/source/docs/templates/user-variables.html.markdown +++ b/website/source/docs/templates/user-variables.html.markdown @@ -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