diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index d1ba50d86..90da1a8f7 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -219,7 +219,7 @@ each category, the available configuration keys are alphabetized. - `mount_options` (array of strings) - Options to supply the `mount` command when mounting devices. Each option will be prefixed with `-o` and supplied to the `mount` command ran by Packer. Because this command is ran in a - shell, user discrestion is advised. See [this manual page for the mount + shell, user discretion is advised. See [this manual page for the mount command](http://linuxcommand.org/man_pages/mount8.html) for valid file system specific options diff --git a/website/source/docs/builders/azure.html.md b/website/source/docs/builders/azure.html.md index 0ff741641..c9a5f595b 100644 --- a/website/source/docs/builders/azure.html.md +++ b/website/source/docs/builders/azure.html.md @@ -314,7 +314,7 @@ The Azure builder creates the following random values at runtime. - KeyVault Name: a random 15-character name prefixed with pkrkv. - OS Disk Name: a random 15-character name prefixed with pkros. - Resource Group Name: a random 33-character name prefixed with packer-Resource-Group-. -- SSH Key Pair: a 2,048-bit asymmetric key pair; can be overriden by the user. +- SSH Key Pair: a 2,048-bit asymmetric key pair; can be overridden by the user. The default alphabet used for random values is **0123456789bcdfghjklmnpqrstvwxyz**. The alphabet was reduced (no vowels) to prevent running afoul of Azure decency controls. diff --git a/website/source/docs/builders/cloudstack.html.md b/website/source/docs/builders/cloudstack.html.md index 7e59fe718..39eb5ec64 100644 --- a/website/source/docs/builders/cloudstack.html.md +++ b/website/source/docs/builders/cloudstack.html.md @@ -56,7 +56,7 @@ builder. When using `source_iso`, both `disk_offering` and `hypervisor` are required. - `source_template` (string) - The name or ID of the template used as base - template for the instance. This option is mutual explusive with `source_iso`. + template for the instance. This option is mutual exclusive with `source_iso`. - `template_os` (string) - The name or ID of the template OS for the new template that will be created. diff --git a/website/source/docs/builders/profitbricks.html.md b/website/source/docs/builders/profitbricks.html.md index e317d5a0c..de76f3a09 100644 --- a/website/source/docs/builders/profitbricks.html.md +++ b/website/source/docs/builders/profitbricks.html.md @@ -39,7 +39,7 @@ builder. - `location` (string) - Defaults to "us/las". -- `ram` (integer) - Amount of RAM to use for this image. Defalts to "2048". +- `ram` (integer) - Amount of RAM to use for this image. Defaults to "2048". - `retries` (string) - Number of retries Packer will make status requests while waiting for the build to complete. Default value 120 seconds. diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index b779aa781..75c968ff4 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -195,7 +195,7 @@ builder. - `sata_port_count` (integer) - The number of ports available on any SATA controller created, defaults to 1. VirtualBox supports up to 30 ports on a - maxiumum of 1 SATA controller. Increasing this value can be useful if you + maximum of 1 SATA controller. Increasing this value can be useful if you want to attach additional drives. - `hard_drive_nonrotational` (boolean) - Forces some guests (i.e. Windows 7+) diff --git a/website/source/docs/post-processors/amazon-import.html.md b/website/source/docs/post-processors/amazon-import.html.md index fdbba8264..0150d4a70 100644 --- a/website/source/docs/post-processors/amazon-import.html.md +++ b/website/source/docs/post-processors/amazon-import.html.md @@ -49,7 +49,7 @@ Optional: - `ami_groups` (array of strings) - A list of groups that have access to launch the imported AMI. By default no groups have permission to launch the - AMI. `all` will make the AMI publically accessible. AWS currently doesn't + AMI. `all` will make the AMI publicly accessible. AWS currently doesn't accept any value other than "all". - `ami_name` (string) - The name of the ami within the console. If not diff --git a/website/source/docs/provisioners/ansible-local.html.md b/website/source/docs/provisioners/ansible-local.html.md index f21607928..92d46fb3d 100644 --- a/website/source/docs/provisioners/ansible-local.html.md +++ b/website/source/docs/provisioners/ansible-local.html.md @@ -76,7 +76,7 @@ Optional: remote machine. When using an inventory file, it's also required to `--limit` the hosts to the -specified host you're buiding. The `--limit` argument can be provided in the +specified host you're building. The `--limit` argument can be provided in the `extra_arguments` option. An example inventory file may look like: diff --git a/website/source/docs/provisioners/chef-client.html.md b/website/source/docs/provisioners/chef-client.html.md index 93ec78725..54cd5e778 100644 --- a/website/source/docs/provisioners/chef-client.html.md +++ b/website/source/docs/provisioners/chef-client.html.md @@ -187,7 +187,7 @@ readability) to execute Chef: When guest\_os\_type is set to "windows", Packer uses the following command to execute Chef. The full path to Chef is required because the PATH environment -variable changes don't immediately propogate to running processes. +variable changes don't immediately propagate to running processes. ``` liquid c:/opscode/chef/bin/chef-client.bat \ @@ -238,7 +238,7 @@ readability) to execute Chef: When guest\_os\_type is set to "windows", Packer uses the following command to execute Chef. The full path to Chef is required because the PATH environment -variable changes don't immediately propogate to running processes. +variable changes don't immediately propagate to running processes. ``` liquid c:/opscode/chef/bin/knife.bat \ diff --git a/website/source/docs/provisioners/chef-solo.html.md b/website/source/docs/provisioners/chef-solo.html.md index fa5595894..9ff9afcc5 100644 --- a/website/source/docs/provisioners/chef-solo.html.md +++ b/website/source/docs/provisioners/chef-solo.html.md @@ -153,7 +153,7 @@ readability) to execute Chef: When guest\_os\_type is set to "windows", Packer uses the following command to execute Chef. The full path to Chef is required because the PATH environment -variable changes don't immediately propogate to running processes. +variable changes don't immediately propagate to running processes. ``` liquid c:/opscode/chef/bin/chef-solo.bat \ diff --git a/website/source/docs/templates/communicator.html.md b/website/source/docs/templates/communicator.html.md index 6109ca44f..3d919e272 100644 --- a/website/source/docs/templates/communicator.html.md +++ b/website/source/docs/templates/communicator.html.md @@ -93,7 +93,7 @@ The SSH communicator has the following options: - `ssh_port` (integer) - The port to connect to SSH. This defaults to 22. - `ssh_private_key_file` (string) - Path to a PEM encoded private key - file to use to authentiate with SSH. + file to use to authenticate with SSH. - `ssh_pty` (boolean) - If true, a PTY will be requested for the SSH connection. This defaults to false.