Skip to content

Commit e65c22d

Browse files
authored
Fix spelling (#6860)
1 parent b8b66b7 commit e65c22d

File tree

102 files changed

+145
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+145
-145
lines changed

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Bug ID | Description
180180
[CLOUDSTACK-6099](https://issues.apache.org/jira/browse/CLOUDSTACK-6099) | live migration is failing for vm deployed using dynaic compute offerings with NP...
181181
[CLOUDSTACK-6075](https://issues.apache.org/jira/browse/CLOUDSTACK-6075) | Increase the ram size for router service offering ...
182182
[CLOUDSTACK-6036](https://issues.apache.org/jira/browse/CLOUDSTACK-6036) | CloudStack stops the machine for no reason...
183-
[CLOUDSTACK-5992](https://issues.apache.org/jira/browse/CLOUDSTACK-5992) | [Upgrade] default values of configuraiton parameters in configuration table are ...
183+
[CLOUDSTACK-5992](https://issues.apache.org/jira/browse/CLOUDSTACK-5992) | [Upgrade] default values of configuration parameters in configuration table are ...
184184
[CLOUDSTACK-5984](https://issues.apache.org/jira/browse/CLOUDSTACK-5984) | addvmwaredc API call is not documented ...
185185
[CLOUDSTACK-5952](https://issues.apache.org/jira/browse/CLOUDSTACK-5952) | [UI] VM ip address information is not shown after configuring static NAT...
186186
[CLOUDSTACK-5946](https://issues.apache.org/jira/browse/CLOUDSTACK-5946) | SSL: Fail to find the generated keystore. Loading fail-safe one to continue....
@@ -388,8 +388,8 @@ Bug ID | Description
388388
[CLOUDSTACK-5632](https://issues.apache.org/jira/browse/CLOUDSTACK-5632) | [Automation] XenServer - Template deletion fails with error "Please specify a te...
389389
[CLOUDSTACK-5597](https://issues.apache.org/jira/browse/CLOUDSTACK-5597) | attachVolume shouldn't create the volume on the primary storage if the vm's root...
390390
[CLOUDSTACK-5582](https://issues.apache.org/jira/browse/CLOUDSTACK-5582) | kvm - HA is not triggered when host is powered down since the host gets into "Di...
391-
[CLOUDSTACK-5577](https://issues.apache.org/jira/browse/CLOUDSTACK-5577) | Remote Access VPN and S2S VPN should be treated as two seperate services for Net...
392-
[CLOUDSTACK-5575](https://issues.apache.org/jira/browse/CLOUDSTACK-5575) | Remote Access VPN and S2S VPN should be treated as two seperate services on VPC...
391+
[CLOUDSTACK-5577](https://issues.apache.org/jira/browse/CLOUDSTACK-5577) | Remote Access VPN and S2S VPN should be treated as two separate services for Net...
392+
[CLOUDSTACK-5575](https://issues.apache.org/jira/browse/CLOUDSTACK-5575) | Remote Access VPN and S2S VPN should be treated as two separate services on VPC...
393393
[CLOUDSTACK-5563](https://issues.apache.org/jira/browse/CLOUDSTACK-5563) | path field is set to null in volumes table ...
394394
[CLOUDSTACK-5505](https://issues.apache.org/jira/browse/CLOUDSTACK-5505) | [Automation] Private gateway not getting programmed in VPC router ...
395395
[CLOUDSTACK-5501](https://issues.apache.org/jira/browse/CLOUDSTACK-5501) | Unable to create more than one vpnConnection per vpn customer gateway...
@@ -617,7 +617,7 @@ Bug ID | Description
617617
[CLOUDSTACK-4061](https://issues.apache.org/jira/browse/CLOUDSTACK-4061) | UI issue with Japanese localized ui...
618618
[CLOUDSTACK-3806](https://issues.apache.org/jira/browse/CLOUDSTACK-3806) | OS Preference can not be set...
619619
[CLOUDSTACK-3664](https://issues.apache.org/jira/browse/CLOUDSTACK-3664) | scaling up vms is not considering parameter "cluster.(memory/cpu).allocated.cap...
620-
[CLOUDSTACK-3627](https://issues.apache.org/jira/browse/CLOUDSTACK-3627) | Public IP interface(eth2) is not getting confugured with Redundant VR (State = F...
620+
[CLOUDSTACK-3627](https://issues.apache.org/jira/browse/CLOUDSTACK-3627) | Public IP interface(eth2) is not getting configured with Redundant VR (State = F...
621621
[CLOUDSTACK-3577](https://issues.apache.org/jira/browse/CLOUDSTACK-3577) | NPE while downloading the template to secondary storage ...
622622
[CLOUDSTACK-3561](https://issues.apache.org/jira/browse/CLOUDSTACK-3561) | When inputting the nfs server in secondary storage, if once it's required, it al...
623623
[CLOUDSTACK-3364](https://issues.apache.org/jira/browse/CLOUDSTACK-3364) | normal users are not allowed to edit their own iso...
@@ -682,7 +682,7 @@ Bug Fixes:
682682

683683
* CLOUDSTACK-1600 Typo in dpkg-buildpackage command
684684
* CLOUDSTACK-1574 updateResourceCount API is failed saying to specify valida resource type even after parsing the valid resource type
685-
* CLOUDSTACK-1562 Replace the short-cut solution of supportting @DB with the formal one
685+
* CLOUDSTACK-1562 Replace the short-cut solution of supporting @DB with the formal one
686686
* CLOUDSTACK-1541 NPE while deleting snapshot :Unexpected exception while executing org.apache.cloudstack.api.command.user.snapshot.DeleteSnapshotCmd
687687
* CLOUDSTACK-1521 Redundant router: Services are not stopped when switch to BACKUP state
688688
* CLOUDSTACK-1509 Failed to implement network elements and resources while provisioning for persistent network(createVlanIpRange to an account]

api/src/main/java/com/cloud/agent/api/Answer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static UnsupportedAnswer createUnsupportedCommandAnswer(final Command cmd
5757
}
5858

5959
public static UnsupportedAnswer createUnsupportedVersionAnswer(final Command cmd) {
60-
return new UnsupportedAnswer(cmd, "Unsuppored Version.");
60+
return new UnsupportedAnswer(cmd, "Unsupported Version.");
6161
}
6262

6363
@Override

api/src/main/java/com/cloud/network/Networks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public static BroadcastDomainType getTypeOf(String str) throws URISyntaxExceptio
194194
/**
195195
* converts a String to a BroadcastDomainType
196196
*
197-
* @param scheme convert a string representation to a BroacastDomainType
197+
* @param scheme convert a string representation to a BroadcastDomainType
198198
* @return the value of this
199199
*/
200200
public static BroadcastDomainType toEnumValue(String scheme) {

api/src/main/java/com/cloud/network/lb/LoadBalancingRulesService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ LoadBalancer createPublicLoadBalancerRule(String xId, String name, String descri
7070
* the command specifying the stickiness method name, params (name,value pairs), policy name and
7171
* description.
7272
* @return the newly created stickiness policy if successful, null otherwise
73-
* @thows NetworkRuleConflictException
73+
* @throws NetworkRuleConflictException
7474
*/
7575
public StickinessPolicy createLBStickinessPolicy(CreateLBStickinessPolicyCmd cmd) throws NetworkRuleConflictException;
7676

@@ -87,7 +87,7 @@ LoadBalancer createPublicLoadBalancerRule(String xId, String name, String descri
8787
* (name,value pairs), policy name and description.
8888
* @return the newly created stickiness policy if successful, null
8989
* otherwise
90-
* @thows NetworkRuleConflictException
90+
* @throws NetworkRuleConflictException
9191
*/
9292
public HealthCheckPolicy createLBHealthCheckPolicy(CreateLBHealthCheckPolicyCmd cmd);
9393

api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/ListAnnotationsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public String getAnnotationFilter() {
8585
// preconditions to check:
8686
// if entity type is null entity uuid can not have a value
8787
Preconditions.checkArgument(StringUtils.isNotBlank(entityType) ? StringUtils.isBlank(uuid) : true,
88-
"I can search for an anotation on an entity or for a specific annotation, not both");
88+
"I can search for an annotation on an entity or for a specific annotation, not both");
8989
// if uuid has a value entity type and entity uuid can not have a value
9090
Preconditions.checkArgument(StringUtils.isNotBlank(uuid) ? entityType == null && entityUuid == null : true,
9191
"I will either search for a specific annotation or for annotations on an entity, not both");

api/src/main/java/org/apache/cloudstack/api/command/user/vpn/ListRemoteAccessVpnsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class ListRemoteAccessVpnsCmd extends BaseListProjectAndAccountResourcesC
5757
@Parameter(name = ApiConstants.NETWORK_ID,
5858
type = CommandType.UUID,
5959
entityType = NetworkResponse.class,
60-
description = "list remote access VPNs for ceratin network",
60+
description = "list remote access VPNs for certain network",
6161
since = "4.3")
6262
private Long networkId;
6363

core/src/test/java/org/apache/cloudstack/api/agent/test/AnswerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ public void testCreateUnsupportedCommandAnswer() {
7070
assertFalse(b);
7171

7272
d = usa.getDetails();
73-
assertTrue(d.equals("Unsuppored Version."));
73+
assertTrue(d.equals("Unsupported Version."));
7474
}
7575
}

engine/api/src/main/java/com/cloud/vm/VirtualMachineManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ interface Topics {
9393
*
9494
* @param vmInstanceName Instance name of the VM. This name uniquely
9595
* a VM in CloudStack's deploy environment. The caller gets to
96-
* define this VM but it must be unqiue for all of CloudStack.
96+
* define this VM but it must be unique for all of CloudStack.
9797
* @param template The template this VM is based on.
9898
* @param serviceOffering The service offering that specifies the offering this VM should provide.
9999
* @param defaultNetwork The default network for the VM.

engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/DataMotionStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.cloud.host.Host;
2727

2828
/**
29-
* Interface to query how to move data around and to commision the moving
29+
* Interface to query how to move data around and to commission the moving
3030
*/
3131
public interface DataMotionStrategy {
3232
/**

engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ private int determineNumberOfNicsRequired() {
952952
* @param nics the list of nics present
953953
* @param finalNetwork the network to add the nics to
954954
* @throws InsufficientVirtualNetworkCapacityException great
955-
* @throws InsufficientAddressCapacityException also magnificent, as the name sugests
955+
* @throws InsufficientAddressCapacityException also magnificent, as the name suggests
956956
*/
957957
private void createExtraNics(int size, List<NicProfile> nics, Network finalNetwork) throws InsufficientVirtualNetworkCapacityException, InsufficientAddressCapacityException {
958958
if (nics.size() != size) {

0 commit comments

Comments
 (0)