diff --git a/docs/en-US/added-API-commands.xml b/docs/en-US/added-API-commands.xml
index 208aac29dc2..99635de4697 100644
--- a/docs/en-US/added-API-commands.xml
+++ b/docs/en-US/added-API-commands.xml
@@ -87,7 +87,7 @@
suspendProject (Suspends a project)
listProjects (Lists projects and provides detailed information for listed
projects)
- addAccountToProject (Adds acoount to a project)
+ addAccountToProject (Adds account to a project)
deleteAccountFromProject (Deletes account from the project)
diff --git a/docs/en-US/aws-ec2-introduction.xml b/docs/en-US/aws-ec2-introduction.xml
index 538c09d5ad1..4cf071bcbb2 100644
--- a/docs/en-US/aws-ec2-introduction.xml
+++ b/docs/en-US/aws-ec2-introduction.xml
@@ -45,7 +45,7 @@
Available in fresh installations of &PRODUCT;. Not available through upgrade of previous versions.
- Features such as Elastic IP (EIP) and Elastic Load Balacing (ELB) are only available in an infrastructure
+ Features such as Elastic IP (EIP) and Elastic Load Balancing (ELB) are only available in an infrastructure
with a Citrix NetScaler device. Users accessing a Zone with a NetScaler device will need to use a
NetScaler-enabled network offering (DefaultSharedNetscalerEIP and ELBNetworkOffering).
diff --git a/docs/en-US/building-documentation.xml b/docs/en-US/building-documentation.xml
index 484826604fa..8ee63b06ec0 100644
--- a/docs/en-US/building-documentation.xml
+++ b/docs/en-US/building-documentation.xml
@@ -25,7 +25,7 @@
Building &PRODUCT; Documentation
To build a specific guide, go to the source tree of the documentation in /docs and identify the guide you want to build.
- Currenlty there are four guides plus the release notes, all defined in publican configuration files:
+ Currently there are four guides plus the release notes, all defined in publican configuration files:
publican-adminguide.cfg
publican-devguide.cfg
diff --git a/docs/en-US/building-marvin.xml b/docs/en-US/building-marvin.xml
index 3332b16d9b1..e33c4cb2248 100644
--- a/docs/en-US/building-marvin.xml
+++ b/docs/en-US/building-marvin.xml
@@ -27,7 +27,7 @@
Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;:
mvn -P developer -pl :cloud-apidoc
mvn -P developer -pl :cloud-marvin
- If successfull the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin:
+ If successful the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin:
sudo python ./setup.py install
The dependencies will be downloaded the Python module installed and you should be able to use Marvin in Python. Check that you can import the module before starting to use it.
$ python
diff --git a/docs/en-US/building-translation.xml b/docs/en-US/building-translation.xml
index 659c55ffc5e..dd66365cd9d 100644
--- a/docs/en-US/building-translation.xml
+++ b/docs/en-US/building-translation.xml
@@ -52,7 +52,7 @@
how to prepare a document for translation.
The basic command to execute to build the pot files for the developer guide is:
publican update_pot --config=publican-devguide.cfg
- This will create a pot directory with pot files in it, one for each corresponding xml files needed to build the guide. Once genereated, all pots files need to be configured for translation using transifex this is best done by using the transifex client that you can install with the following command (For RHEL and its derivatives):
+ This will create a pot directory with pot files in it, one for each corresponding xml files needed to build the guide. Once generated, all pots files need to be configured for translation using transifex this is best done by using the transifex client that you can install with the following command (For RHEL and its derivatives):
yum install transifex-client
The transifex client is also available via PyPi and you can install it like this:
easy_install transifex-client
diff --git a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
index 89796a22c23..3fd05018e99 100644
--- a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
+++ b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
@@ -32,7 +32,7 @@
Generate a new 2048-bit private keyopenssl genrsa -des3 -out yourprivate.key 2048
Generate a new certificate CSRopenssl req -new -key yourprivate.key -out yourcertificate.csr
Head to the website of your favorite trusted Certificate Authority, purchase an SSL certificate, and submit the CSR. You should receive a valid certificate in return
- Convert your private key format into PKCS#8 encrypted format.openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encryped.key
+ Convert your private key format into PKCS#8 encrypted format.openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encrypted.key
Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant with &PRODUCT;openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key
diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml
index 40538658078..2cd39a41368 100644
--- a/docs/en-US/citrix-xenserver-installation.xml
+++ b/docs/en-US/citrix-xenserver-installation.xml
@@ -62,7 +62,7 @@
support any system that is not up to date with patches.
- All hosts within a cluster must be homogenous. The CPUs must be of the same type,
+ All hosts within a cluster must be homogeneous. The CPUs must be of the same type,
count, and feature flags.
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml
index 3d102c697ad..c8ba48f2717 100644
--- a/docs/en-US/configure-package-repository.xml
+++ b/docs/en-US/configure-package-repository.xml
@@ -33,7 +33,7 @@
If you didn't follow the steps to build your own packages from source
in the sections for or
you may find pre-built
- DEB and RPM packages for your convience linked from the
+ DEB and RPM packages for your convenience linked from the
downloads
page.
diff --git a/docs/en-US/configure-vpn.xml b/docs/en-US/configure-vpn.xml
index 87b4e65b56f..5d25620b3eb 100644
--- a/docs/en-US/configure-vpn.xml
+++ b/docs/en-US/configure-vpn.xml
@@ -29,7 +29,7 @@
In the left navigation, click Global Settings.
Set the following global configuration parameters.
- remote.access.vpn.client.ip.range – The range of IP addressess to be allocated to remote access VPN clients. The first IP in the range is used by the VPN server.
+ remote.access.vpn.client.ip.range – The range of IP addresses to be allocated to remote access VPN clients. The first IP in the range is used by the VPN server.
remote.access.vpn.psk.length – Length of the IPSec key.
remote.access.vpn.user.limit – Maximum number of VPN users per account.
diff --git a/docs/en-US/console-proxy.xml b/docs/en-US/console-proxy.xml
index 64183b4bfc0..5f9a82027d2 100644
--- a/docs/en-US/console-proxy.xml
+++ b/docs/en-US/console-proxy.xml
@@ -95,7 +95,7 @@
Convert your private key format into PKCS#8 encrypted format.
- openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encryped.key
+ openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encrypted.key
Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant
diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml
index 8ba2fe99a2a..8eccad35810 100644
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ b/docs/en-US/hypervisor-host-install-libvirt.xml
@@ -28,7 +28,7 @@
In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in /etc/libvirt/libvirtd.conf
- Set the following paramaters:
+ Set the following parameters:
listen_tls = 0
listen_tcp = 1
tcp_port = "16059"
diff --git a/docs/en-US/hypervisor-host-install-network-openvswitch.xml b/docs/en-US/hypervisor-host-install-network-openvswitch.xml
index e9bf47a0d20..a16dc8e0e8d 100644
--- a/docs/en-US/hypervisor-host-install-network-openvswitch.xml
+++ b/docs/en-US/hypervisor-host-install-network-openvswitch.xml
@@ -69,7 +69,7 @@
we can proceed to configuring the network.
First we configure eth0
vi /etc/sysconfig/network-scripts/ifcfg-eth0
- Make sure it looks similair to:
+ Make sure it looks similar to:
The required packages were installed when libvirt was installed, we can proceed to configuring the network.
First we configure eth0
vi /etc/sysconfig/network-scripts/ifcfg-eth0
- Make sure it looks similair to:
+ Make sure it looks similar to:
Now we have the VLAN interfaces configured we can add the bridges on top of them.
vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0
- Now we just configure it is a plain bridge without an IP-Adress
+ Now we just configure it is a plain bridge without an IP-Address
Check for a fully qualified hostname.
hostname --fqdn
- This should return a fully qualified hostname such as "managament1.lab.example.org". If it does not, edit /etc/hosts so that it does.
+ This should return a fully qualified hostname such as "management1.lab.example.org". If it does not, edit /etc/hosts so that it does.
Make sure that the machine can reach the Internet.
diff --git a/docs/en-US/management-server-lb.xml b/docs/en-US/management-server-lb.xml
index 9aee1548026..13f87560e10 100644
--- a/docs/en-US/management-server-lb.xml
+++ b/docs/en-US/management-server-lb.xml
@@ -58,7 +58,7 @@
- In addition to above settings, the adminstrator is responsible for setting the 'host' global
+ In addition to above settings, the administrator is responsible for setting the 'host' global
config value from the management server IP to load balancer virtual IP address.
If the 'host' value is not set to the VIP for Port 8250 and one of your management servers crashes,
the UI is still available but the system VMs will not be able to contact the management server.
diff --git a/docs/en-US/minimum-system-requirements.xml b/docs/en-US/minimum-system-requirements.xml
index 0e497dd33f1..893ce37f8a0 100644
--- a/docs/en-US/minimum-system-requirements.xml
+++ b/docs/en-US/minimum-system-requirements.xml
@@ -57,7 +57,7 @@
If DHCP is used for hosts, ensure that no conflict occurs between DHCP server used for these hosts and the DHCP router created by &PRODUCT;.
Latest hotfixes applied to hypervisor software
When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running
- All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.
+ All hosts within a cluster must be homogeneous. The CPUs must be of the same type, count, and feature flags.
Hosts have additional requirements depending on the hypervisor. See the requirements listed at the top of the Installation section for your chosen hypervisor:
diff --git a/docs/en-US/translating-documentation.xml b/docs/en-US/translating-documentation.xml
index afe27658f1a..4d5e3d21b43 100644
--- a/docs/en-US/translating-documentation.xml
+++ b/docs/en-US/translating-documentation.xml
@@ -32,7 +32,7 @@
Using the Transifex client and pushing your translated strings to the website.
- Once a translation is complete, a site admin will pull the translated strings within the &PRODUCT; repository, build the documenation and publish it.
+ Once a translation is complete, a site admin will pull the translated strings within the &PRODUCT; repository, build the documentation and publish it.
For instructions on how to use the Transifex website see http://sebgoa.blogspot.ch/2012/11/translating-apache-cloudstack-docs-with.html
For instructions on how to use the Transifex client to translate from the command line see http://sebgoa.blogspot.ch/2012/12/using-transifex-client-to-translate.html
diff --git a/docs/en-US/using-sshkeys.xml b/docs/en-US/using-sshkeys.xml
index cd10d68470a..f34dfa0c15b 100644
--- a/docs/en-US/using-sshkeys.xml
+++ b/docs/en-US/using-sshkeys.xml
@@ -92,7 +92,7 @@ KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3
After you save the SSH keypair file, you must create an instance by using the template that you created at . Ensure that you use the same SSH key name that you created at .
You cannot create the instance by using the GUI at this time and associate the instance with the newly created SSH keypair.
A sample curl command to create a new instance is:
- curl --globoff http://localhost:<port numbet>/?command=deployVirtualMachine\&zoneId=1\&serviceOfferingId=18727021-7556-4110-9322-d625b52e0813\&templateId=e899c18a-ce13-4bbf-98a9-625c5026e0b5\&securitygroupids=ff03f02f-9e3b-48f8-834d-91b822da40c5\&account=admin\&domainid=1\&keypair=keypair-doc
+ curl --globoff http://localhost:<port number>/?command=deployVirtualMachine\&zoneId=1\&serviceOfferingId=18727021-7556-4110-9322-d625b52e0813\&templateId=e899c18a-ce13-4bbf-98a9-625c5026e0b5\&securitygroupids=ff03f02f-9e3b-48f8-834d-91b822da40c5\&account=admin\&domainid=1\&keypair=keypair-doc
Substitute the template, service offering and security group IDs (if you are using the security group feature) that are in your cloud environment.
diff --git a/docs/en-US/vmware-requirements.xml b/docs/en-US/vmware-requirements.xml
index 207a4566de8..d7a6d70e6a4 100644
--- a/docs/en-US/vmware-requirements.xml
+++ b/docs/en-US/vmware-requirements.xml
@@ -68,7 +68,7 @@
vCenter must be configured to use the standard port 443 so that it can communicate with the &PRODUCT; Management Server.
You must re-install VMware ESXi if you are going to re-use a host from a previous install.
&PRODUCT; requires VMware vSphere 4.1 or 5.0. VMware vSphere 4.0 is not supported.
- All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled). All hosts within a cluster must be homogenous. That means the CPUs must be of the same type, count, and feature flags.
+ All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled). All hosts within a cluster must be homogeneous. That means the CPUs must be of the same type, count, and feature flags.
The &PRODUCT; management network must not be configured as a separate virtual network. The &PRODUCT; management network is the same as the vCenter management network, and will inherit its configuration. See .
&PRODUCT; requires ESXi. ESX is not supported.
All resources used for &PRODUCT; must be used for &PRODUCT; only. &PRODUCT; cannot share instance of ESXi or storage with other management consoles. Do not share the same storage volumes that will be used by &PRODUCT; with a different set of ESXi servers that are not managed by &PRODUCT;.
diff --git a/docs/en-US/writing-new-documentation.xml b/docs/en-US/writing-new-documentation.xml
index 340900e3c60..7557359fd09 100644
--- a/docs/en-US/writing-new-documentation.xml
+++ b/docs/en-US/writing-new-documentation.xml
@@ -82,7 +82,7 @@
Building &PRODUCT; Documentation
To build a specific guide, go to the source tree of the documentation in /docs and identify the guide you want to build.
- Currenlty there are four guides plus the release notes, all defined in publican configuration files:
+ Currently there are four guides plus the release notes, all defined in publican configuration files:
publican-adminguide.cfg
publican-devguide.cfg
@@ -96,5 +96,5 @@
]]>
- Happy Publicaning and DocBooking.
+ Happy Publicating and DocBooking.