You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/16 09:56:15 UTC

[cloudstack] branch main updated: Fix spelling (#7087)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 52c321a0c6c Fix spelling (#7087)
52c321a0c6c is described below

commit 52c321a0c6c68de4711f668c78c457fb2ba19174
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Mon Jan 16 19:56:07 2023 +1000

    Fix spelling (#7087)
---
 .../cloud/agent/properties/AgentProperties.java    |   2 +-
 .../java/com/cloud/network/vpc/VpcService.java     |   2 +-
 .../command/admin/annotation/AddAnnotationCmd.java |   2 +-
 client/conf/ehcache.xml.in                         |   4 +-
 .../com/cloud/agent/api/UnregisterNicCommand.java  |   2 +-
 .../agent/api/routing/SiteLoadBalancerConfig.java  |   2 +-
 .../resource/virtualnetwork/model/TcpAclRule.java  |   2 +-
 .../resource/virtualnetwork/model/UdpAclRule.java  |   2 +-
 .../com/cloud/network/HAProxyConfigurator.java     |   2 +-
 .../template/MetalinkTemplateDownloader.java       |   2 +-
 .../java/com/cloud/storage/template/Processor.java |   2 +-
 .../agent/api/storage/DownloadAnswerTest.java      |   2 +-
 .../virtualnetwork/VirtualRoutingResourceTest.java |   4 +-
 .../cloud/entity/api/VirtualMachineEntity.java     |   4 +-
 .../subsystem/api/network/NetworkSubsystem.java    |   2 +-
 .../java/com/cloud/capacity/CapacityManager.java   |   2 +-
 .../com/cloud/network/rules/FirewallManager.java   |   2 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   8 +-
 .../agent/manager/ClusteredAgentManagerImpl.java   |   6 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  10 +-
 .../cloud/entity/api/VirtualMachineEntityImpl.java |   2 +-
 .../engine/orchestration/NetworkOrchestrator.java  |   2 +-
 .../engine/orchestration/VolumeOrchestrator.java   |   2 +-
 .../cluster/ClusterServiceServletHttpHandler.java  |   4 +-
 plugins/alert-handlers/snmp-alerts/CS-ROOT-MIB.mib |   4 +-
 .../com/cloud/ovm/hypervisor/OvmResourceBase.java  |   2 +-
 .../ovm3/resources/helpers/Ovm3StoragePool.java    |   2 +-
 .../apache/cloudstack/api/ListUcsManagerCmd.java   |   2 +-
 .../api/command/LdapListUsersCmdTest.java          |   2 +-
 .../cloud/api/response/ApiResponseSerializer.java  |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |   2 +-
 .../java/com/cloud/network/NetworkServiceImpl.java |   2 +-
 .../network/guru/ExternalGuestNetworkGuru.java     |   2 +-
 .../java/com/cloud/resource/DiscovererBase.java    |   2 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |   2 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |   4 +-
 ...t-guest-sshkey-password-userdata-configdrive.in |   6 +-
 test/integration/component/test_project_configs.py | 158 +++++++++----------
 test/integration/component/test_project_limits.py  |  16 +-
 .../component/test_project_resources.py            |   8 +-
 .../component/test_vpc_vms_deployment.py           |   4 +-
 test/integration/smoke/test_accounts.py            |   2 +-
 test/integration/smoke/test_projects.py            | 172 ++++++++++-----------
 ui/src/views/network/CreateVpc.vue                 |   4 +-
 44 files changed, 236 insertions(+), 236 deletions(-)

diff --git a/agent/src/main/java/com/cloud/agent/properties/AgentProperties.java b/agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
index f7c9f1a9025..fa97e6a2723 100644
--- a/agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
+++ b/agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
@@ -508,7 +508,7 @@ public class AgentProperties{
     public static final Property<String> VM_WATCHDOG_MODEL = new Property<>("vm.watchdog.model", "i6300esb");
 
     /**
-     * Action to take when the Guest/Instance is no longer notifiying the Watchdog timer.<br>
+     * Action to take when the Guest/Instance is no longer notifying the Watchdog timer.<br>
      * Possible values: none | reset | poweroff <br>
      * Data type: String.<br>
      * Default value: <code>none</code>
diff --git a/api/src/main/java/com/cloud/network/vpc/VpcService.java b/api/src/main/java/com/cloud/network/vpc/VpcService.java
index 7af9c5bdbce..362a1101c7b 100644
--- a/api/src/main/java/com/cloud/network/vpc/VpcService.java
+++ b/api/src/main/java/com/cloud/network/vpc/VpcService.java
@@ -109,7 +109,7 @@ public interface VpcService {
             Map<String, String> tags, Long projectId, Boolean display);
 
     /**
-     * Starts VPC which includes starting VPC provider and applying all the neworking rules on the backend
+     * Starts VPC which includes starting VPC provider and applying all the networking rules on the backend
      *
      * @param vpcId
      * @param destroyOnFailure TODO
diff --git a/api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/AddAnnotationCmd.java b/api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/AddAnnotationCmd.java
index 00e0adcfb0d..74588337ee2 100644
--- a/api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/AddAnnotationCmd.java
+++ b/api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/AddAnnotationCmd.java
@@ -78,7 +78,7 @@ public class AddAnnotationCmd extends BaseCmd {
             throws ResourceUnavailableException, InsufficientCapacityException, ServerApiException, ConcurrentOperationException, ResourceAllocationException,
             NetworkRuleConflictException {
         Preconditions.checkNotNull(getEntityUuid(),"I have to have an entity to set an annotation on!");
-        Preconditions.checkState(AnnotationService.EntityType.contains(entityType),(java.lang.String)"'%s' is ot a valid EntityType to put annotations on", entityType);
+        Preconditions.checkState(AnnotationService.EntityType.contains(entityType),(java.lang.String)"'%s' is not a valid EntityType to put annotations on", entityType);
         AnnotationResponse annotationResponse = annotationService.addAnnotation(this);
         annotationResponse.setResponseName(getCommandName());
         this.setResponseObject(annotationResponse);
diff --git a/client/conf/ehcache.xml.in b/client/conf/ehcache.xml.in
index 4f25978ed00..75674417bf1 100755
--- a/client/conf/ehcache.xml.in
+++ b/client/conf/ehcache.xml.in
@@ -158,7 +158,7 @@ under the License.
                                      pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;shun=false;print_local_addr=false)"
                                      propertySeparator="::"
             />
-     The only property necessay is the connect String used by jgroups to configure itself. Refer to the Jgroups documentation for explanation
+     The only property necessary is the connect String used by jgroups to configure itself. Refer to the Jgroups documentation for explanation
      of all the protocols. The example above uses UDP multicast. If the connect property is not specified the default JGroups connection will be
      used.
 
@@ -272,7 +272,7 @@ under the License.
     * bootstrapCacheLoaderFactory - Specifies a BootstrapCacheLoader, which is called by a
       cache on initialisation to prepopulate itself.
 
-    * cacheExtensionFactory - Specifies a CacheExtension, a generic mechansim to tie a class
+    * cacheExtensionFactory - Specifies a CacheExtension, a generic mechanism to tie a class
       which holds a reference to a cache to the cache lifecycle.
 
     * cacheExceptionHandlerFactory - Specifies a CacheExceptionHandler, which is called when
diff --git a/core/src/main/java/com/cloud/agent/api/UnregisterNicCommand.java b/core/src/main/java/com/cloud/agent/api/UnregisterNicCommand.java
index f3c03832298..9a4691cdc88 100644
--- a/core/src/main/java/com/cloud/agent/api/UnregisterNicCommand.java
+++ b/core/src/main/java/com/cloud/agent/api/UnregisterNicCommand.java
@@ -23,7 +23,7 @@ import java.util.UUID;
 
 /**
  * This command will tell the hypervisor to cleanup any resources dedicated for
- * this particular nic. Orginally implemented to cleanup dedicated portgroups
+ * this particular nic. Originally implemented to cleanup dedicated portgroups
  * from a vmware standard switch
  *
  */
diff --git a/core/src/main/java/com/cloud/agent/api/routing/SiteLoadBalancerConfig.java b/core/src/main/java/com/cloud/agent/api/routing/SiteLoadBalancerConfig.java
index a908c08de82..45ccb8c091c 100644
--- a/core/src/main/java/com/cloud/agent/api/routing/SiteLoadBalancerConfig.java
+++ b/core/src/main/java/com/cloud/agent/api/routing/SiteLoadBalancerConfig.java
@@ -47,7 +47,7 @@ public class SiteLoadBalancerConfig {
     // zone id in which site is located
     long dataCenterId;
 
-    // wight corresponding to this site
+    // weight corresponding to this site
     long weight = 1;
 
     public SiteLoadBalancerConfig(boolean revoked, String serviceType, String servicePublicIp, String servicePort, long dataCenterId) {
diff --git a/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/TcpAclRule.java b/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/TcpAclRule.java
index afcef965099..5a906073706 100644
--- a/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/TcpAclRule.java
+++ b/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/TcpAclRule.java
@@ -25,7 +25,7 @@ public class TcpAclRule extends AclRule {
     private int lastPort;
 
     public TcpAclRule() {
-        // Empty contructor for (de)serialization
+        // Empty constructor for (de)serialization
     }
 
     public TcpAclRule(String cidr, boolean allowed, int firstPort, int lastPort) {
diff --git a/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/UdpAclRule.java b/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/UdpAclRule.java
index 1756428369e..490579ca969 100644
--- a/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/UdpAclRule.java
+++ b/core/src/main/java/com/cloud/agent/resource/virtualnetwork/model/UdpAclRule.java
@@ -25,7 +25,7 @@ public class UdpAclRule extends AclRule {
     private int lastPort;
 
     public UdpAclRule() {
-        // Empty contructor for (de)serialization
+        // Empty constructor for (de)serialization
     }
 
     public UdpAclRule(String cidr, boolean allowed, int firstPort, int lastPort) {
diff --git a/core/src/main/java/com/cloud/network/HAProxyConfigurator.java b/core/src/main/java/com/cloud/network/HAProxyConfigurator.java
index 32077c1665e..8352895e621 100644
--- a/core/src/main/java/com/cloud/network/HAProxyConfigurator.java
+++ b/core/src/main/java/com/cloud/network/HAProxyConfigurator.java
@@ -96,7 +96,7 @@ public class HAProxyConfigurator implements LoadBalancerConfigurator {
         final PortForwardingRuleTO firstRule = fwRules.get(0);
         final String publicIP = firstRule.getSrcIp();
         final int publicPort = firstRule.getSrcPortRange()[0];
-        // FIXEME: String algorithm = firstRule.getAlgorithm();
+        // FIXME: String algorithm = firstRule.getAlgorithm();
 
         final List<String> result = new ArrayList<String>();
         // add line like this: "listen  65_37_141_30-80 65.37.141.30:80"
diff --git a/core/src/main/java/com/cloud/storage/template/MetalinkTemplateDownloader.java b/core/src/main/java/com/cloud/storage/template/MetalinkTemplateDownloader.java
index 39c42e04196..dd452f2e2d9 100644
--- a/core/src/main/java/com/cloud/storage/template/MetalinkTemplateDownloader.java
+++ b/core/src/main/java/com/cloud/storage/template/MetalinkTemplateDownloader.java
@@ -140,7 +140,7 @@ public class MetalinkTemplateDownloader extends TemplateDownloaderBase implement
             i++;
         }
         if (!downloaded) {
-            LOGGER.error("Template couldnt be downloaded");
+            LOGGER.error("Template couldn't be downloaded");
             status = Status.UNRECOVERABLE_ERROR;
             return 0;
         }
diff --git a/core/src/main/java/com/cloud/storage/template/Processor.java b/core/src/main/java/com/cloud/storage/template/Processor.java
index d8c0dfb94ec..aab42274edd 100644
--- a/core/src/main/java/com/cloud/storage/template/Processor.java
+++ b/core/src/main/java/com/cloud/storage/template/Processor.java
@@ -40,7 +40,7 @@ public interface Processor extends Adapter {
      *
      * @param templatePath path to the templates to process.
      * @param format Format of the original file.  If null, it means unknown.  If not null,
-     *        there is already a file with thte template name and image format extension
+     *        there is already a file with the template name and image format extension
      *        that exists in case a conversion can be done.
      */
     FormatInfo process(String templatePath, ImageFormat format, String templateName) throws InternalErrorException;
diff --git a/core/src/test/java/com/cloud/agent/api/storage/DownloadAnswerTest.java b/core/src/test/java/com/cloud/agent/api/storage/DownloadAnswerTest.java
index ded45f819f3..cff32bb397a 100644
--- a/core/src/test/java/com/cloud/agent/api/storage/DownloadAnswerTest.java
+++ b/core/src/test/java/com/cloud/agent/api/storage/DownloadAnswerTest.java
@@ -33,7 +33,7 @@ public class DownloadAnswerTest {
     Gson gson = GsonHelper.getGson();
 
     VMTemplateStorageResourceAssoc.Status status = VMTemplateStorageResourceAssoc.Status.DOWNLOADED;
-    DownloadAnswer answer = new DownloadAnswer("nothin wrong", status);
+    DownloadAnswer answer = new DownloadAnswer("nothing wrong", status);
 
     @Test
     public void redeserialise ()
diff --git a/core/src/test/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResourceTest.java b/core/src/test/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResourceTest.java
index 1e384abcd61..201242564ba 100644
--- a/core/src/test/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResourceTest.java
+++ b/core/src/test/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResourceTest.java
@@ -333,7 +333,7 @@ public class VirtualRoutingResourceTest implements VirtualRouterDeployer {
                 assertEquals(VRScripts.IP_ASSOCIATION_CONFIG, args);
                 break;
             default:
-                fail("Failed to recongize the match!");
+                fail("Failed to recognize the match!");
             }
         } else {
             assertEquals(script, VRScripts.UPDATE_CONFIG);
@@ -349,7 +349,7 @@ public class VirtualRoutingResourceTest implements VirtualRouterDeployer {
                 assertEquals(VRScripts.IP_ASSOCIATION_CONFIG, args);
                 break;
             default:
-                fail("Failed to recongize the match!");
+                fail("Failed to recognize the match!");
             }
         }
     }
diff --git a/engine/api/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntity.java b/engine/api/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntity.java
index c0a4655a387..55fb5d8d5b7 100644
--- a/engine/api/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntity.java
+++ b/engine/api/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntity.java
@@ -168,9 +168,9 @@ public interface VirtualMachineEntity extends CloudStackEntity {
 
     /**
      * Disconnect the VM from this network
-     * @param netowrk network to disconnect from
+     * @param network network to disconnect from
      */
-    void disconnectFrom(NetworkEntity netowrk, short nicId);
+    void disconnectFrom(NetworkEntity network, short nicId);
 
     /**
      *  passing additional params of deployment associated with the virtual machine
diff --git a/engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/network/NetworkSubsystem.java b/engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/network/NetworkSubsystem.java
index 53254cce55f..af33ea1497f 100644
--- a/engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/network/NetworkSubsystem.java
+++ b/engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/network/NetworkSubsystem.java
@@ -23,7 +23,7 @@ public interface NetworkSubsystem {
 
     String start(String network, String reservationId);
 
-    void shutdown(String nework, String reservationId);
+    void shutdown(String network, String reservationId);
 
     void prepare(String vm, String network, String reservationId);
 
diff --git a/engine/components-api/src/main/java/com/cloud/capacity/CapacityManager.java b/engine/components-api/src/main/java/com/cloud/capacity/CapacityManager.java
index 1128897b297..1c3edad886b 100644
--- a/engine/components-api/src/main/java/com/cloud/capacity/CapacityManager.java
+++ b/engine/components-api/src/main/java/com/cloud/capacity/CapacityManager.java
@@ -159,7 +159,7 @@ public interface CapacityManager {
     boolean checkIfHostHasCpuCapability(long hostId, Integer cpuNum, Integer cpuSpeed);
 
     /**
-     * Check if cluster will cross threshold if the cpu/memory requested are accomodated
+     * Check if cluster will cross threshold if the cpu/memory requested are accommodated
      * @param clusterId the clusterId to check
      * @param cpuRequested cpu requested
      * @param ramRequested cpu requested
diff --git a/engine/components-api/src/main/java/com/cloud/network/rules/FirewallManager.java b/engine/components-api/src/main/java/com/cloud/network/rules/FirewallManager.java
index 3ba9861b1b2..0471086c43d 100644
--- a/engine/components-api/src/main/java/com/cloud/network/rules/FirewallManager.java
+++ b/engine/components-api/src/main/java/com/cloud/network/rules/FirewallManager.java
@@ -29,7 +29,7 @@ import com.cloud.user.Account;
 public interface FirewallManager extends FirewallService {
     /**
      * detectRulesConflict finds conflicts in networking rules. It checks for
-     * conflicts between the following types of netowrking rules;
+     * conflicts between the following types of networking rules;
      * 1. one to one nat ip forwarding
      * 2. port forwarding
      * 3. load balancing
diff --git a/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java b/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
index 0a1d4193a4f..8e910c55cab 100644
--- a/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
+++ b/engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
@@ -655,7 +655,7 @@ public class AgentManagerImpl extends ManagerBase implements AgentManager, Handl
         } catch (final ClassNotFoundException e) {
             s_logger.warn("Unable to find class " + host.getResource(), e);
         } catch (final InstantiationException e) {
-            s_logger.warn("Unablet to instantiate class " + host.getResource(), e);
+            s_logger.warn("Unable to instantiate class " + host.getResource(), e);
         } catch (final IllegalAccessException e) {
             s_logger.warn("Illegal access " + host.getResource(), e);
         } catch (final SecurityException e) {
@@ -1403,7 +1403,7 @@ public class AgentManagerImpl extends ManagerBase implements AgentManager, Handl
                         s_logger.warn(e.getMessage());
                         // upgradeAgent(task.getLink(), data, e.getReason());
                     } catch (final ClassNotFoundException e) {
-                        final String message = String.format("Exception occurred when executing taks! Error '%s'", e.getMessage());
+                        final String message = String.format("Exception occurred when executing tasks! Error '%s'", e.getMessage());
                         s_logger.error(message);
                         throw new TaskExecutionException(message, e);
                     }
@@ -1464,8 +1464,8 @@ public class AgentManagerImpl extends ManagerBase implements AgentManager, Handl
             try {
                 return _statusStateMachine.transitTo(host, e, host.getId(), _hostDao);
             } catch (final NoTransitionException e1) {
-                s_logger.debug("Cannot transit agent status with event " + e + " for host " + host.getId() + ", name=" + host.getName() + ", mangement server id is " + msId);
-                throw new CloudRuntimeException("Cannot transit agent status with event " + e + " for host " + host.getId() + ", mangement server id is " + msId + "," + e1.getMessage());
+                s_logger.debug("Cannot transit agent status with event " + e + " for host " + host.getId() + ", name=" + host.getName() + ", management server id is " + msId);
+                throw new CloudRuntimeException("Cannot transit agent status with event " + e + " for host " + host.getId() + ", management server id is " + msId + "," + e1.getMessage());
             }
         } finally {
             _agentStatusLock.unlock();
diff --git a/engine/orchestration/src/main/java/com/cloud/agent/manager/ClusteredAgentManagerImpl.java b/engine/orchestration/src/main/java/com/cloud/agent/manager/ClusteredAgentManagerImpl.java
index 23ca873bd0f..cc8305c5723 100644
--- a/engine/orchestration/src/main/java/com/cloud/agent/manager/ClusteredAgentManagerImpl.java
+++ b/engine/orchestration/src/main/java/com/cloud/agent/manager/ClusteredAgentManagerImpl.java
@@ -716,11 +716,11 @@ public class ClusteredAgentManagerImpl extends AgentManagerImpl implements Clust
                     }
                 }
             } catch (final ClassNotFoundException e) {
-                final String message = String.format("ClassNotFoundException occurred when executing taks! Error '%s'", e.getMessage());
+                final String message = String.format("ClassNotFoundException occurred when executing tasks! Error '%s'", e.getMessage());
                 s_logger.error(message);
                 throw new TaskExecutionException(message, e);
             } catch (final UnsupportedVersionException e) {
-                final String message = String.format("UnsupportedVersionException occurred when executing taks! Error '%s'", e.getMessage());
+                final String message = String.format("UnsupportedVersionException occurred when executing tasks! Error '%s'", e.getMessage());
                 s_logger.error(message);
                 throw new TaskExecutionException(message, e);
             } finally {
@@ -1275,7 +1275,7 @@ public class ClusteredAgentManagerImpl extends AgentManagerImpl implements Clust
                 cmds = _gson.fromJson(pdu.getJsonPackage(), Command[].class);
             } catch (final Throwable e) {
                 assert false;
-                s_logger.error("Excection in gson decoding : ", e);
+                s_logger.error("Exception in gson decoding : ", e);
             }
 
             if (cmds.length == 1 && cmds[0] instanceof ChangeAgentCommand) { // intercepted
diff --git a/engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java b/engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
index 1ecee8ecfda..7d441c70b75 100755
--- a/engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
+++ b/engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
@@ -1142,8 +1142,8 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
                 try {
                     dest = _dpMgr.planDeployment(vmProfile, plan, avoids, planner);
                 } catch (final AffinityConflictException e2) {
-                    s_logger.warn("Unable to create deployment, affinity rules associted to the VM conflict", e2);
-                    throw new CloudRuntimeException("Unable to create deployment, affinity rules associted to the VM conflict");
+                    s_logger.warn("Unable to create deployment, affinity rules associated to the VM conflict", e2);
+                    throw new CloudRuntimeException("Unable to create deployment, affinity rules associated to the VM conflict");
                 }
 
                 if (dest == null) {
@@ -3157,7 +3157,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
                         s_logger.error("AgentUnavailableException while cleanup on source host: " + srcHostId, e);
                     }
                     cleanup(vmGuru, new VirtualMachineProfileImpl(vm), work, Event.AgentReportStopped, true);
-                    throw new CloudRuntimeException("VM not found on desintation host. Unable to complete migration for " + vm);
+                    throw new CloudRuntimeException("VM not found on destination host. Unable to complete migration for " + vm);
                 }
             } catch (final OperationTimedoutException e) {
                 s_logger.error("Error while checking the vm " + vm + " is on host " + destHost, e);
@@ -3309,7 +3309,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
                 plan.setMigrationPlan(true);
                 dest = _dpMgr.planDeployment(profile, plan, excludes, planner);
             } catch (final AffinityConflictException e2) {
-                String message = String.format("Unable to create deployment, affinity rules associted to the %s conflict.", vm.toString());
+                String message = String.format("Unable to create deployment, affinity rules associated to the %s conflict.", vm.toString());
                 s_logger.warn(message, e2);
                 throw new CloudRuntimeException(message, e2);
             }
@@ -4157,7 +4157,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
         try {
             dest = _dpMgr.planDeployment(profile, plan, excludes, null);
         } catch (final AffinityConflictException e2) {
-            String message = String.format("Unable to create deployment, affinity rules associted to the %s conflict.", vm.toString());
+            String message = String.format("Unable to create deployment, affinity rules associated to the %s conflict.", vm.toString());
             s_logger.warn(message, e2);
             throw new CloudRuntimeException(message);
         }
diff --git a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntityImpl.java b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntityImpl.java
index 65ad2ab5812..aa39db15505 100644
--- a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntityImpl.java
+++ b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntityImpl.java
@@ -266,7 +266,7 @@ public class VirtualMachineEntityImpl implements VirtualMachineEntity {
     }
 
     @Override
-    public void disconnectFrom(NetworkEntity netowrk, short nicId) {
+    public void disconnectFrom(NetworkEntity network, short nicId) {
         // TODO Auto-generated method stub
 
     }
diff --git a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
index 527d982d72c..436fc397bda 100644
--- a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
+++ b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
@@ -1578,7 +1578,7 @@ public class NetworkOrchestrator extends ManagerBase implements NetworkOrchestra
         for (NetworkElement element : networkElements) {
             if (providersToImplement.contains(element.getProvider())) {
                 if (!_networkModel.isProviderEnabledInPhysicalNetwork(_networkModel.getPhysicalNetworkId(network), element.getProvider().getName())) {
-                    // The physicalNetworkId will not get translated into a uuid by the reponse serializer,
+                    // The physicalNetworkId will not get translated into a uuid by the response serializer,
                     // because the serializer would look up the NetworkVO class's table and retrieve the
                     // network id instead of the physical network id.
                     // So just throw this exception as is. We may need to TBD by changing the serializer.
diff --git a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
index 5bd49086db1..0b1c1bc0c33 100644
--- a/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
+++ b/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
@@ -1917,7 +1917,7 @@ public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrati
             "Enable/disable storage migration across primary storage", true);
 
     static final ConfigKey<Boolean> VolumeUrlCheck = new ConfigKey<Boolean>("Advanced", Boolean.class, "volume.url.check", "true",
-            "Check the url for a volume before downloading it from the management server. Set to flase when you managment has no internet access.", true);
+            "Check the url for a volume before downloading it from the management server. Set to false when your management has no internet access.", true);
 
     @Override
     public ConfigKey<?>[] getConfigKeys() {
diff --git a/framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletHttpHandler.java b/framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletHttpHandler.java
index e12e0fe5ae0..f697ade8a39 100644
--- a/framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletHttpHandler.java
+++ b/framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletHttpHandler.java
@@ -143,13 +143,13 @@ public class ClusterServiceServletHttpHandler implements HttpRequestHandler {
 
         if (responseContent != null) {
             if (s_logger.isTraceEnabled()) {
-                s_logger.trace("Write reponse with HTTP OK " + responseContent);
+                s_logger.trace("Write response with HTTP OK " + responseContent);
             }
 
             writeResponse(response, HttpStatus.SC_OK, responseContent);
         } else {
             if (s_logger.isTraceEnabled()) {
-                s_logger.trace("Write reponse with HTTP Bad request");
+                s_logger.trace("Write response with HTTP Bad request");
             }
 
             writeResponse(response, HttpStatus.SC_BAD_REQUEST, null);
diff --git a/plugins/alert-handlers/snmp-alerts/CS-ROOT-MIB.mib b/plugins/alert-handlers/snmp-alerts/CS-ROOT-MIB.mib
index 14eea699bec..d4cada63265 100644
--- a/plugins/alert-handlers/snmp-alerts/CS-ROOT-MIB.mib
+++ b/plugins/alert-handlers/snmp-alerts/CS-ROOT-MIB.mib
@@ -289,7 +289,7 @@ usageServerStatus NOTIFICATION-TYPE
         "No usage server process running"
     ::= { csAlertTraps 14 }
 
-managmentNode NOTIFICATION-TYPE
+managementNode NOTIFICATION-TYPE
     OBJECTS {
             dataCenterId,
             podId,
@@ -512,7 +512,7 @@ csAlertNotificationsGroup NOTIFICATION-GROUP
                     routingConnection,
                     storageIssueSystemVms,
                     usageServerStatus,
-                    managmentNode,
+                    managementNode,
                     domainRouterMigrate,
                     consoleProxyMigrate,
                     userVmMigrate,
diff --git a/plugins/hypervisors/ovm/src/main/java/com/cloud/ovm/hypervisor/OvmResourceBase.java b/plugins/hypervisors/ovm/src/main/java/com/cloud/ovm/hypervisor/OvmResourceBase.java
index 8368aec3b7f..f24783190d4 100644
--- a/plugins/hypervisors/ovm/src/main/java/com/cloud/ovm/hypervisor/OvmResourceBase.java
+++ b/plugins/hypervisors/ovm/src/main/java/com/cloud/ovm/hypervisor/OvmResourceBase.java
@@ -1100,7 +1100,7 @@ public class OvmResourceBase implements ServerResource, HypervisorResource {
         try {
             OvmStoragePool.delete(_conn, cmd.getPool().getUuid());
         } catch (Exception e) {
-            s_logger.debug("Delete storage pool on host " + _ip + " failed, however, we leave to user for cleanup and tell managment server it succeeded", e);
+            s_logger.debug("Delete storage pool on host " + _ip + " failed, however, we leave to user for cleanup and tell management server it succeeded", e);
         }
 
         return new Answer(cmd);
diff --git a/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java b/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java
index 873da13ea3c..7626f494bdb 100644
--- a/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java
+++ b/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3StoragePool.java
@@ -311,7 +311,7 @@ public class Ovm3StoragePool {
             LOGGER.debug(
                     "Delete storage pool on host "
                             + config.getAgentHostname()
-                            + " failed, however, we leave to user for cleanup and tell managment server it succeeded",
+                            + " failed, however, we leave to user for cleanup and tell management server it succeeded",
                     e);
         }
 
diff --git a/plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java b/plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java
index 1af039147fd..55ebe535c61 100644
--- a/plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java
+++ b/plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java
@@ -71,7 +71,7 @@ public class ListUcsManagerCmd extends BaseListCmd {
 
     @Override
     public String getCommandName() {
-        return "listucsmanagerreponse";
+        return "listucsmanagerresponse";
     }
 
     @Override
diff --git a/plugins/user-authenticators/ldap/src/test/java/org/apache/cloudstack/api/command/LdapListUsersCmdTest.java b/plugins/user-authenticators/ldap/src/test/java/org/apache/cloudstack/api/command/LdapListUsersCmdTest.java
index 001265df3f1..6203c53fe61 100644
--- a/plugins/user-authenticators/ldap/src/test/java/org/apache/cloudstack/api/command/LdapListUsersCmdTest.java
+++ b/plugins/user-authenticators/ldap/src/test/java/org/apache/cloudstack/api/command/LdapListUsersCmdTest.java
@@ -228,7 +228,7 @@ public class LdapListUsersCmdTest implements LdapConfigurationChanger {
      */
     @Test(expected = IllegalArgumentException.class)
     public void getInvalidUserFilterValues() throws NoSuchFieldException, IllegalAccessException {
-        setHiddenField(ldapListUsersCmd, "userFilter", "flase");
+        setHiddenField(ldapListUsersCmd, "userFilter", "false");
 // unused output:       LdapListUsersCmd.UserFilter userfilter =
                 ldapListUsersCmd.getUserFilter();
     }
diff --git a/server/src/main/java/com/cloud/api/response/ApiResponseSerializer.java b/server/src/main/java/com/cloud/api/response/ApiResponseSerializer.java
index c72f957e99b..e6160165454 100644
--- a/server/src/main/java/com/cloud/api/response/ApiResponseSerializer.java
+++ b/server/src/main/java/com/cloud/api/response/ApiResponseSerializer.java
@@ -294,7 +294,7 @@ public class ApiResponseSerializer {
                             }
                             serializeResponseObjXML(sb, log, subObj);
                         } else if (value instanceof ExceptionProxyObject) {
-                            // Only exception reponses carry a list of
+                            // Only exception responses carry a list of
                             // ExceptionProxyObject objects.
                             ExceptionProxyObject idProxy = (ExceptionProxyObject)value;
                             // If this is the first IdentityProxy field
diff --git a/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java b/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
index ba5bc881604..9bb226c5991 100644
--- a/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -7146,7 +7146,7 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
             networkRate = NetworkOrchestrationService.NetworkThrottlingRate.valueIn(dataCenterId);
         }
 
-        // networkRate is unsigned int in netowrkOfferings table, and can't be
+        // networkRate is unsigned int in networkOfferings table, and can't be
         // set to -1
         // so 0 means unlimited; we convert it to -1, so we are consistent with
         // all our other resources where -1 means unlimited
diff --git a/server/src/main/java/com/cloud/network/NetworkServiceImpl.java b/server/src/main/java/com/cloud/network/NetworkServiceImpl.java
index 4b8dd8563f4..adfde495d3e 100644
--- a/server/src/main/java/com/cloud/network/NetworkServiceImpl.java
+++ b/server/src/main/java/com/cloud/network/NetworkServiceImpl.java
@@ -2931,7 +2931,7 @@ public class NetworkServiceImpl extends ManagerBase implements NetworkService, C
                 throw new InvalidParameterValueException("Can only allow IP Reservation in networks with guest type " + GuestType.Isolated);
             }
             if (networkOfferingChanged) {
-                throw new InvalidParameterValueException("Cannot specify this nework offering change and guestVmCidr at same time. Specify only one.");
+                throw new InvalidParameterValueException("Cannot specify this network offering change and guestVmCidr at same time. Specify only one.");
             }
             if (!(network.getState() == Network.State.Implemented)) {
                 throw new InvalidParameterValueException("The network must be in " + Network.State.Implemented + " state. IP Reservation cannot be applied in " + network.getState() + " state");
diff --git a/server/src/main/java/com/cloud/network/guru/ExternalGuestNetworkGuru.java b/server/src/main/java/com/cloud/network/guru/ExternalGuestNetworkGuru.java
index 2f7051154c8..a6b033b6ea2 100644
--- a/server/src/main/java/com/cloud/network/guru/ExternalGuestNetworkGuru.java
+++ b/server/src/main/java/com/cloud/network/guru/ExternalGuestNetworkGuru.java
@@ -240,7 +240,7 @@ public class ExternalGuestNetworkGuru extends GuestNetworkGuru {
             }
         }
 
-        //Egress rules cidr is subset of guest nework cidr, we need to change
+        //Egress rules cidr is subset of guest network cidr, we need to change
         List <FirewallRuleVO> fwEgressRules = _fwRulesDao.listByNetworkPurposeTrafficType(config.getId(), FirewallRule.Purpose.Firewall, FirewallRule.TrafficType.Egress);
 
         for (FirewallRuleVO rule: fwEgressRules) {
diff --git a/server/src/main/java/com/cloud/resource/DiscovererBase.java b/server/src/main/java/com/cloud/resource/DiscovererBase.java
index ad32b9fda56..d30b8cc10f0 100644
--- a/server/src/main/java/com/cloud/resource/DiscovererBase.java
+++ b/server/src/main/java/com/cloud/resource/DiscovererBase.java
@@ -92,7 +92,7 @@ public abstract class DiscovererBase extends AdapterBase implements Discoverer {
         } catch (ClassNotFoundException e) {
             s_logger.warn("Unable to find class " + resourceName, e);
         } catch (InstantiationException e) {
-            s_logger.warn("Unablet to instantiate class " + resourceName, e);
+            s_logger.warn("Unable to instantiate class " + resourceName, e);
         } catch (IllegalAccessException e) {
             s_logger.warn("Illegal access " + resourceName, e);
         } catch (SecurityException e) {
diff --git a/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java b/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
index 5f7b7fb7a83..b2bf946bf94 100644
--- a/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
+++ b/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
@@ -329,7 +329,7 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic
     static final ConfigKey<Long> VmJobCheckInterval = new ConfigKey<Long>("Advanced", Long.class, "vm.job.check.interval", "3000", "Interval in milliseconds to check if the job is complete", false);
 
     static final ConfigKey<Boolean> VolumeUrlCheck = new ConfigKey<Boolean>("Advanced", Boolean.class, "volume.url.check", "true",
-            "Check the url for a volume before downloading it from the management server. Set to false when you managment has no internet access.", true);
+            "Check the url for a volume before downloading it from the management server. Set to false when your management has no internet access.", true);
 
     public static final ConfigKey<Boolean> AllowUserExpungeRecoverVolume = new ConfigKey<Boolean>("Advanced", Boolean.class, "allow.user.expunge.recover.volume", "true",
             "Determines whether users can expunge or recover their volume", true, ConfigKey.Scope.Account);
diff --git a/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java b/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
index 0fb51524c90..924c6deec59 100644
--- a/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
+++ b/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
@@ -6546,8 +6546,8 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
         try {
             return _planningMgr.planDeployment(profile, plan, excludes, null);
         } catch (final AffinityConflictException e2) {
-            s_logger.warn("Unable to create deployment, affinity rules associted to the VM conflict", e2);
-            throw new CloudRuntimeException("Unable to create deployment, affinity rules associted to the VM conflict");
+            s_logger.warn("Unable to create deployment, affinity rules associated to the VM conflict", e2);
+            throw new CloudRuntimeException("Unable to create deployment, affinity rules associated to the VM conflict");
         } catch (final InsufficientServerCapacityException e3) {
             throw new CloudRuntimeException("Unable to find a server to migrate the vm to");
         }
diff --git a/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in b/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in
index 5ac67957d47..b8612651b5c 100644
--- a/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in
+++ b/setup/bindir/cloud-set-guest-sshkey-password-userdata-configdrive.in
@@ -259,19 +259,19 @@ function sendAckToUserDataServer(){
 function getPublicKeyFromUserDataServer(){
     userDataServer=$1
     outputLog "Sending request to userdata server at $userDataServer to get public key"
-    if ! reponse=$(curl --fail --silent --connect-timeout 20 --retry 3 http://"$userDataServer"/latest/public-keys)
+    if ! response=$(curl --fail --silent --connect-timeout 20 --retry 3 http://"$userDataServer"/latest/public-keys)
     then
         outputLog "Failed to get public key from userdata server"
         return 2
     fi
     outputLog "Got response from userdata server at $userDataServer"
-    if [ -z "$reponse" ]
+    if [ -z "$response" ]
     then
         outputLog "Did not receive any public keys from userdata server"
         return 1
     fi
     outputLog "Successfully get public key from userdata server"
-    echo "$reponse"
+    echo "$response"
     return 0
 }
 
diff --git a/test/integration/component/test_project_configs.py b/test/integration/component/test_project_configs.py
index 92337b9700a..4c7cc66bfb6 100644
--- a/test/integration/component/test_project_configs.py
+++ b/test/integration/component/test_project_configs.py
@@ -134,21 +134,21 @@ class TestUserProjectCreation(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
@@ -170,21 +170,21 @@ class TestUserProjectCreation(cloudstackTestCase):
         self.debug("Created project with domain user with ID: %s" %
                                                             project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -298,21 +298,21 @@ class TestProjectCreationNegative(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
@@ -421,21 +421,21 @@ class TestProjectInviteRequired(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -457,24 +457,24 @@ class TestProjectInviteRequired(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
                                             self.apiclient,
                                             projectid=project.id,
                                             account=self.user.name,
                                             )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                             account.role,
@@ -573,21 +573,21 @@ class TestProjectInviteRequiredTrue(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -609,24 +609,24 @@ class TestProjectInviteRequiredTrue(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -740,21 +740,21 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -776,24 +776,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -814,24 +814,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                                                       self.user.name
                                                       ))
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
                                             self.apiclient,
                                             projectid=project.id,
                                             account=self.user.name,
                                             )
 
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                             account.role,
@@ -866,21 +866,21 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -902,24 +902,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -945,24 +945,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                                                       self.user.name
                                                       ))
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
 
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -997,21 +997,21 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -1033,24 +1033,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -1074,24 +1074,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -1126,21 +1126,21 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
@@ -1162,24 +1162,24 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                            )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = ProjectInvitation.list(
+        accounts_response = ProjectInvitation.list(
                                         self.apiclient,
                                         state='Pending',
                                         account=self.user.name,
                                         domainid=self.user.domainid
                                         )
         self.assertEqual(
-                            isinstance(accounts_reponse, list),
+                            isinstance(accounts_response, list),
                             True,
                             "Check for a valid list accounts response"
                             )
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
                     account.state,
@@ -1199,13 +1199,13 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                                                       self.user.name
                                                       ))
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
                                             self.apiclient,
                                             projectid=project.id,
                                             account=self.user.name,
                                             )
         self.assertEqual(
-                            accounts_reponse,
+                            accounts_response,
                             None,
                             "Check for a valid list accounts response"
                             )
@@ -1253,21 +1253,21 @@ class TestProjectInviteTimeout(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                        len(list_projects_reponse),
+                        len(list_projects_response),
                         0,
                         "Check list project response returns a valid project"
                         )
diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py
index 9a0a2b57ee4..87bbcf70784 100644
--- a/test/integration/component/test_project_limits.py
+++ b/test/integration/component/test_project_limits.py
@@ -234,21 +234,21 @@ class TestProjectLimits(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
@@ -394,21 +394,21 @@ class TestProjectLimits(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py
index 9cd597062aa..f767af1788b 100644
--- a/test/integration/component/test_project_resources.py
+++ b/test/integration/component/test_project_resources.py
@@ -289,21 +289,21 @@ class TestOfferings(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                                                                 project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
                                              self.apiclient,
                                              id=project.id,
                                              listall=True
                                              )
 
         self.assertEqual(
-                            isinstance(list_projects_reponse, list),
+                            isinstance(list_projects_response, list),
                             True,
                             "Check for a valid list projects response"
                             )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-                    len(list_projects_reponse),
+                    len(list_projects_response),
                     0,
                     "Check list project response returns a valid project"
                     )
diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py
index 5ddee47c65e..ded33746644 100644
--- a/test/integration/component/test_vpc_vms_deployment.py
+++ b/test/integration/component/test_vpc_vms_deployment.py
@@ -993,7 +993,7 @@ class TestVMDeployVPC(cloudstackTestCase):
                 "ListNetwork response should be empty as network is deleted"
                 )
 
-        self.debug("Create a new netowrk in VPC: %s" % vpc.name)
+        self.debug("Create a new network in VPC: %s" % vpc.name)
         # Creating network using the network offering created
         self.debug("Creating network with network offering: %s" % nw_off.id)
 
@@ -1263,7 +1263,7 @@ class TestVMDeployVPC(cloudstackTestCase):
                 "ListNetwork response should be empty as network is deleted"
                 )
 
-        self.debug("Create a new netowrk in VPC: %s" % vpc.name)
+        self.debug("Create a new network in VPC: %s" % vpc.name)
         # Creating network using the network offering created
         self.debug("Creating network with network offering: %s" %
                                                         nw_off_no_lb.id)
diff --git a/test/integration/smoke/test_accounts.py b/test/integration/smoke/test_accounts.py
index 7daa8f8ffd4..209c8431b23 100644
--- a/test/integration/smoke/test_accounts.py
+++ b/test/integration/smoke/test_accounts.py
@@ -1465,7 +1465,7 @@ class TestUserLogin(cloudstackTestCase):
                                       "secondarystoragetotal", "secondarystorageavailable"
                                       ]
 
-        self.debug("Creating a domain for testing list domain reponse")
+        self.debug("Creating a domain for testing list domain response")
         domain = Domain.create(
             self.apiclient,
             self.services["domain"],
diff --git a/test/integration/smoke/test_projects.py b/test/integration/smoke/test_projects.py
index 05004a44118..79d364fa47b 100644
--- a/test/integration/smoke/test_projects.py
+++ b/test/integration/smoke/test_projects.py
@@ -205,20 +205,20 @@ class TestMultipleProjectCreation(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project_1.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project_1.id,
             listall=True
         )
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -240,21 +240,21 @@ class TestMultipleProjectCreation(cloudstackTestCase):
         self.debug("Created project with domain user with ID: %s" %
                    project_2.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project_2.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -288,7 +288,7 @@ class TestMultipleProjectCreation(cloudstackTestCase):
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -320,7 +320,7 @@ class TestMultipleProjectCreation(cloudstackTestCase):
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -439,21 +439,21 @@ class TestCrossDomainAccountAdd(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -570,21 +570,21 @@ class TestDeleteAccountWithProject(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -696,21 +696,21 @@ class TestDeleteDomainWithProject(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -742,13 +742,13 @@ class TestDeleteDomainWithProject(cloudstackTestCase):
         time.sleep(int(interval[0].value))
 
         # Project should be deleted as part of domain cleanup
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
         self.assertEqual(
-            list_projects_reponse,
+            list_projects_response,
             None,
             "Project should be deleted as part of domain cleanup"
         )
@@ -853,21 +853,21 @@ class TestProjectOwners(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -888,24 +888,24 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.new_admin.name,
         )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -920,24 +920,24 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is new admin of the project
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.new_admin.name,
         )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -946,24 +946,24 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify old user becomes a regular user
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.admin.name,
         )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1011,21 +1011,21 @@ class TestProjectOwners(cloudstackTestCase):
         self.debug("Created account with ID: %s" %
                    self.user.name)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -1046,24 +1046,24 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.new_admin.name,
         )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1079,23 +1079,23 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is new admin of the project
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.new_admin.name,
         )
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1114,23 +1114,23 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.user.name,
         )
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1148,24 +1148,24 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is new admin of the project
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.user.name,
         )
-        self.debug(accounts_reponse)
+        self.debug(accounts_response)
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1174,23 +1174,23 @@ class TestProjectOwners(cloudstackTestCase):
         )
 
        # listProjectAccount to verify old user becomes a regular user
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.new_admin.name,
         )
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1302,21 +1302,21 @@ class TestProjectResources(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -1349,7 +1349,7 @@ class TestProjectResources(cloudstackTestCase):
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -1424,21 +1424,21 @@ class TestProjectResources(cloudstackTestCase):
         self.debug("Created project with domain admin with ID: %s" %
                    project.id)
 
-        list_projects_reponse = Project.list(
+        list_projects_response = Project.list(
             self.apiclient,
             id=project.id,
             listall=True
         )
 
         self.assertEqual(
-            isinstance(list_projects_reponse, list),
+            isinstance(list_projects_response, list),
             True,
             "Check for a valid list projects response"
         )
-        list_project = list_projects_reponse[0]
+        list_project = list_projects_response[0]
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
@@ -1466,23 +1466,23 @@ class TestProjectResources(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=project.id,
             account=self.user.name,
         )
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(list_projects_reponse),
+            len(list_projects_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
@@ -1646,23 +1646,23 @@ class TestProjectSuspendActivate(cloudstackTestCase):
         )
 
         # listProjectAccount to verify the user is added to project or not
-        accounts_reponse = Project.listAccounts(
+        accounts_response = Project.listAccounts(
             self.apiclient,
             projectid=self.project.id,
             account=self.user.name,
         )
         self.assertEqual(
-            isinstance(accounts_reponse, list),
+            isinstance(accounts_response, list),
             True,
             "Check for a valid list accounts response"
         )
 
         self.assertNotEqual(
-            len(accounts_reponse),
+            len(accounts_response),
             0,
             "Check list project response returns a valid project"
         )
-        account = accounts_reponse[0]
+        account = accounts_response[0]
 
         self.assertEqual(
             account.role,
diff --git a/ui/src/views/network/CreateVpc.vue b/ui/src/views/network/CreateVpc.vue
index c258e2bc753..fb2d110f92c 100644
--- a/ui/src/views/network/CreateVpc.vue
+++ b/ui/src/views/network/CreateVpc.vue
@@ -269,8 +269,8 @@ export default {
     },
     fetchOfferings () {
       this.loadingOffering = true
-      api('listVPCOfferings', { zoneid: this.form.zoneid, state: 'Enabled' }).then((reponse) => {
-        this.vpcOfferings = reponse.listvpcofferingsresponse.vpcoffering
+      api('listVPCOfferings', { zoneid: this.form.zoneid, state: 'Enabled' }).then((response) => {
+        this.vpcOfferings = response.listvpcofferingsresponse.vpcoffering
         this.form.vpcofferingid = this.vpcOfferings[0].id || ''
         this.selectedVpcOffering = this.vpcOfferings[0] || {}
       }).finally(() => {