Skip to content

Commit e65c22d

Browse files
authored
Fix spelling (apache#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

+5-5
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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) {

engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade2214to30.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void performDataMigration(Connection conn) {
7979
encryptData(conn);
8080
// drop keys
8181
dropKeysIfExist(conn);
82-
//update templete ID for system Vms
82+
//update template ID for system Vms
8383
//updateSystemVms(conn); This is not required as system template update is handled during 4.2 upgrade
8484
// update domain network ref
8585
updateDomainNetworkRef(conn);

engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade304to305.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private void updateSystemVms(Connection conn) {
113113
pstmt.setLong(1, templateId);
114114
pstmt.executeUpdate();
115115
pstmt.close();
116-
// update templete ID of system Vms
116+
// update template ID of system Vms
117117
pstmt = conn.prepareStatement("update `cloud`.`vm_instance` set vm_template_id = ? where type <> 'User' and hypervisor_type = 'VMware'");
118118
pstmt.setLong(1, templateId);
119119
pstmt.executeUpdate();

engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade430to440.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private void updateVlanUris(Connection conn) {
224224
} catch (SQLException e) {
225225
throw new CloudRuntimeException("Unable to update vlan URIs ", e);
226226
}
227-
s_logger.debug("Done updateing vlan URIs");
227+
s_logger.debug("Done updating vlan URIs");
228228
}
229229

230230
@Override

engine/schema/src/main/resources/META-INF/db/schema-2211to2212.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ALTER TABLE `cloud`.`host` MODIFY COLUMN `storage_ip_address` char(40);
4444
ALTER TABLE `cloud`.`resource_count` ADD UNIQUE `i_resource_count__type_accountId`(`type`, `account_id`);
4545
ALTER TABLE `cloud`.`resource_count` ADD UNIQUE `i_resource_count__type_domaintId`(`type`, `domain_id`);
4646

47-
UPDATE configuration set description='Load Balancer(haproxy) stats visibilty, the value can be one of the following six parameters : global,guest-network,link-local,disabled,all,default' WHERE name='network.loadbalancer.haproxy.stats.visibility' ;
47+
UPDATE configuration set description='Load Balancer(haproxy) stats visibility, the value can be one of the following six parameters : global,guest-network,link-local,disabled,all,default' WHERE name='network.loadbalancer.haproxy.stats.visibility' ;
4848

4949
UPDATE nics SET strategy="Managed" WHERE (ip4_address, network_id) IN (SELECT public_ip_address, source_network_id FROM user_ip_address WHERE source_nat=1) AND vm_type="DomainRouter";
5050

engine/schema/src/main/resources/META-INF/db/schema-228to229.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ALTER TABLE `cloud`.`configuration` ADD INDEX `i_configuration__component` (`com
6666
ALTER TABLE `cloud`.`port_forwarding_rules` ADD CONSTRAINT `fk_port_forwarding_rules__instance_id` FOREIGN KEY `fk_port_forwarding_rules__instance_id` (`instance_id`) REFERENCES `vm_instance` (`id`) ON DELETE CASCADE;
6767

6868
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'agent.load.threshold', '0.70', 'Percentage (as a value between 0 and 1) of connected agents after which agent load balancing will start happening');
69-
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.visibility', 'global', 'Load Balancer(haproxy) stats visibilty, it can take the following four parameters : global,guest-network,link-local,disabled');
69+
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.visibility', 'global', 'Load Balancer(haproxy) stats visibility, it can take the following four parameters : global,guest-network,link-local,disabled');
7070
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.uri','/admin?stats','Load Balancer(haproxy) uri.');
7171
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.auth','admin1:AdMiN123','Load Balancer(haproxy) authetication string in the format username:password');
7272
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.port','8081','Load Balancer(haproxy) stats port number.');

engine/schema/src/main/resources/META-INF/db/schema-229to2210.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INSERT IGNORE INTO `cloud`.`configuration` (category, instance, name, value, des
4848

4949

5050
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'agent.load.threshold', '0.70', 'Percentage (as a value between 0 and 1) of connected agents after which agent load balancing will start happening');
51-
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.visibility', 'global', 'Load Balancer(haproxy) stats visibilty, it can take the following four parameters : global,guest-network,link-local,disabled');
51+
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.visibility', 'global', 'Load Balancer(haproxy) stats visibility, it can take the following four parameters : global,guest-network,link-local,disabled');
5252
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.uri','/admin?stats','Load Balancer(haproxy) uri.');
5353
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.auth','admin1:AdMiN123','Load Balancer(haproxy) authetication string in the format username:password');
5454
INSERT IGNORE INTO configuration VALUES ('Network', 'DEFAULT', 'management-server', 'network.loadbalancer.haproxy.stats.port','8081','Load Balancer(haproxy) stats port number.');

engine/schema/src/main/resources/META-INF/db/schema-305to306.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'Agent
9191

9292
UPDATE `cloud`.`networks` set name='Shared SG enabled network', display_text='Shared SG enabled network' WHERE name IS null AND traffic_type='Guest' AND data_center_id IN (select id from data_center where networktype='Advanced' and is_security_group_enabled=1) AND acl_type='Domain';
9393

94-
# patch UUID colomn with ID for volumes and snapshot_policy tables
94+
# patch UUID column with ID for volumes and snapshot_policy tables
9595
UPDATE `cloud`.`volumes` set uuid=id WHERE uuid is NULL;
9696
UPDATE `cloud`.`snapshot_policy` set uuid=id WHERE uuid is NULL;

engine/schema/src/main/resources/META-INF/db/schema-410to420.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ UPDATE `cloud`.`load_balancing_rules` SET `scheme`='Public';
14841484

14851485

14861486

1487-
-- Add details talbe for the network offering
1487+
-- Add details table for the network offering
14881488
CREATE TABLE `cloud`.`network_offering_details` (
14891489
`id` bigint unsigned NOT NULL auto_increment,
14901490
`network_offering_id` bigint unsigned NOT NULL COMMENT 'network offering id',

engine/schema/src/main/resources/META-INF/db/schema-41610to41700.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ALTER TABLE cloud.remote_access_vpn MODIFY ipsec_psk text NOT NULL;
2424

2525

26-
-- PR#5832 Fix 'endpointe.url' global settings configruation typo.
26+
-- PR#5832 Fix 'endpointe.url' global settings configuration typo.
2727
UPDATE `cloud`.`configuration` SET name='endpoint.url' WHERE name='endpointe.url';
2828

2929

engine/schema/src/main/resources/META-INF/db/schema-420to421.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ CREATE VIEW `cloud`.`user_vm_view` AS
237237
update `cloud`.`volumes` v, `cloud`.`volume_host_ref` vhr set v.format=vhr.format where v.id=vhr.volume_id and v.format is null;
238238

239239

240-
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'baremetal.ipmi.lan.interface', 'default', 'option specified in -I option of impitool. candidates are: open/bmc/lipmi/lan/lanplus/free/imb, see ipmitool man page for details. default valule "default" means using default option of ipmitool');
240+
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'baremetal.ipmi.lan.interface', 'default', 'option specified in -I option of impitool. candidates are: open/bmc/lipmi/lan/lanplus/free/imb, see ipmitool man page for details. default value "default" means using default option of ipmitool');
241241
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'baremetal.ipmi.fail.retry', 'default', "ipmi interface will be temporary out of order after power opertions(e.g. cycle, on), it leads following commands fail immediately. The value specifies retry times before accounting it as real failure");
242242
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'vmware.hung.wokervm.timeout', '7200', 'Worker VM timeout in seconds');
243243
INSERT IGNORE INTO `cloud`.`configuration` VALUES ("Alert", 'DEFAULT', 'management-server', "alert.smtp.connectiontimeout", "30000", "Socket connection timeout value in milliseconds. -1 for infinite timeout.");

engine/storage/src/main/java/org/apache/cloudstack/storage/datastore/DataObjectManagerImpl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void createAsync(DataObject data, DataStore store, AsyncCompletionCallbac
138138
try {
139139
objectInDataStoreMgr.update(objInStore, ObjectInDataStoreStateMachine.Event.OperationFailed);
140140
} catch (Exception e1) {
141-
s_logger.debug("state transation failed", e1);
141+
s_logger.debug("state transaction failed", e1);
142142
}
143143
CreateCmdResult result = new CreateCmdResult(null, null);
144144
result.setSuccess(false);
@@ -149,7 +149,7 @@ public void createAsync(DataObject data, DataStore store, AsyncCompletionCallbac
149149
try {
150150
objectInDataStoreMgr.update(objInStore, ObjectInDataStoreStateMachine.Event.OperationFailed);
151151
} catch (Exception e1) {
152-
s_logger.debug("state transation failed", e1);
152+
s_logger.debug("state transaction failed", e1);
153153
}
154154
CreateCmdResult result = new CreateCmdResult(null, null);
155155
result.setSuccess(false);

plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public JContainer DestroyCommand([FromBody]dynamic cmd)
389389
}
390390

391391
// Assert
392-
errMsg = "No valide path in DestroyCommand in " + CloudStackTypes.DestroyCommand + " " + (String)cmd.ToString();
392+
errMsg = "No valid path in DestroyCommand in " + CloudStackTypes.DestroyCommand + " " + (String)cmd.ToString();
393393
if (cmd.volume.path == null)
394394
{
395395
logger.Error(errMsg);

plugins/hypervisors/hyperv/DotNet/ServerResource/WmiWrappers/ROOT.virtualization.v2.Msvm_VirtualSystemMigrationSettingData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public bool IsRetainVhdCopiesOnSourceNull {
410410
[Browsable(true)]
411411
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
412412
[Description("For storage migration, this could be set to TRUE or FALSE\nto determine wheither, " +
413-
"at the end of a storage migration, when the\nsource host is beeing clean up, the " +
413+
"at the end of a storage migration, when the\nsource host is being clean up, the " +
414414
"read only VHDs should be removedor not.")]
415415
[TypeConverter(typeof(WMIValueTypeConverter))]
416416
public bool RetainVhdCopiesOnSource {

0 commit comments

Comments
 (0)