Skip to content

Commit 0fe112e

Browse files
authored
docs: fix spelling (#511)
1 parent a6bd527 commit 0fe112e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

source/adminguide/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ implementation are also available.
7575

7676

7777
.. note::
78-
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
78+
On upgrading from 4.19.x or lower, existing AMQP or Kafka integration
7979
configurations should be moved from folder
8080
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
8181
``/etc/cloudstack/management/META-INF/cloudstack/event``

source/developersguide/dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ is added to the new class named CSExceptionErrorCode.
555555

556556
4475 : "com.cloud.exception.InsufficientStorageCapacityException"
557557

558-
4480 : "com.cloud.exception.InsufficientVirtualNetworkCapcityException"
558+
4480 : "com.cloud.exception.InsufficientVirtualNetworkCapacityException"
559559

560560
4485 : "com.cloud.exception.InternalErrorException"
561561

source/installguide/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ Core Zone
678678
your XenServer or KVM install).
679679

680680
.. note::
681-
For security reasons there are ways to use non-adminstrative users for
681+
For security reasons there are ways to use non-administrative users for
682682
adding a host. Please refer to the hypervisor setup guides for further information.
683683

684684
- **Host Tags.** Any labels that you use to categorize
@@ -814,7 +814,7 @@ To work with limited compute resources, an Edge zone will not deploy system VMs.
814814
- **Password.** (Obligatory if Password authentication is selected) This is the password for the user named above.
815815

816816
.. note::
817-
For security reasons there are ways to use non-adminstrative users for
817+
For security reasons there are ways to use non-administrative users for
818818
adding a host. Please refer to the hypervisor setup guides for further information.
819819

820820
- **Host Tags.** Any labels that you use to categorize
@@ -1450,8 +1450,8 @@ leads to the dynamic creation of a StorPool volume, which has guaranteed
14501450
performance. Such a StorPool volume is associated with one CloudStack volume,
14511451
so performance of the CloudStack volume does not vary depending on how
14521452
heavily other tenants are using the system. The volume migration is supported
1453-
accross non-managed storage pools (e.g. NFS/Local storage/Ceph) to StorPool, and
1454-
accross StorPool storage pools.
1453+
across non-managed storage pools (e.g. NFS/Local storage/Ceph) to StorPool, and
1454+
across StorPool storage pools.
14551455

14561456
For detailed information about *Command*, *Scope*, *Hypervisor*, and other
14571457
parameters you need to specify when setting up the StorPool plug-in, see the

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ On successful creation, the new cluster will automatically be started and will s
253253

254254
.. note::
255255
- A minimum of 2 cores of CPU and 2GB of RAM is needed for deployment. Therefore, the serviceofferingid parameter of createKubernetesCluster API must be provided with the ID of such compute offerings that conform to these requirements.
256-
- Private docker registry related parameters of createKubenetesCluster API (dockerregistryusername, dockerregistryusername, dockerregistryurl, dockerregistryemail) provides experimental functionality. To use them during cluster deployment value for global setting, cloud.kubernetes.cluster.experimental.features.enabled, must be set to true by admin beforehand.
256+
- Private docker registry related parameters of createKubernetesCluster API (dockerregistryusername, dockerregistryusername, dockerregistryurl, dockerregistryemail) provides experimental functionality. To use them during cluster deployment value for global setting, cloud.kubernetes.cluster.experimental.features.enabled, must be set to true by admin beforehand.
257257

258258
Listing Kubernetes clusters
259259
############################

source/releasenotes/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This means that Centos7 (EL7) is no longer supported.
5454

5555
Events Message Bus Change
5656
=========================
57-
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
57+
On upgrading from 4.19.x or lower, existing AMQP or Kafka integration
5858
configurations should be moved from folder
5959
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
6060
``/etc/cloudstack/management/META-INF/cloudstack/event``

0 commit comments

Comments
 (0)