Skip to content

Commit aea9d4b

Browse files
committed
Merge pull request #723 from radu-stefanache/typo_fixes
More typosSome more typos that I've found . * pr/723: More typos Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2 parents 614ee49 + c7a3ad4 commit aea9d4b

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

api/src/org/apache/cloudstack/api/command/user/autoscale/CreateAutoScalePolicyCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public long getEntityOwnerId() {
134134
long conditionId = getConditionIds().get(0);
135135
Condition condition = _entityMgr.findById(Condition.class, conditionId);
136136
if (condition == null) {
137-
// it is an invalid condition, return system acccount, error will be thrown later.
137+
// it is an invalid condition, return system account, error will be thrown later.
138138
conditionDomainId = Domain.ROOT_DOMAIN;
139139
conditionAccountId = Account.ACCOUNT_ID_SYSTEM;
140140
} else {

engine/schema/src/com/cloud/network/dao/VpnUserDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public interface VpnUserDao extends GenericDao<VpnUserVO, Long> {
2525
List<VpnUserVO> listByAccount(Long accountId);
2626

27-
VpnUserVO findByAccountAndUsername(Long acccountId, String userName);
27+
VpnUserVO findByAccountAndUsername(Long accountId, String userName);
2828

2929
long getVpnUserCount(Long accountId);
3030
}

plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapContextFactorySpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LdapContextFactorySpec extends spock.lang.Specification {
6161
password = "password"
6262
}
6363

64-
def "Test succcessfully creating a initial context"() {
64+
def "Test successfully creating a initial context"() {
6565
given: "We have a LdapContextFactory"
6666
def ldapContextFactory = new LdapContextFactory(ldapConfiguration)
6767
when: "A context attempts to bind and no Ldap server is avaiable"

plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapUserResponseSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.apache.cloudstack.api.response.LdapUserResponse
2020

2121

2222
class LdapUserResponseSpec extends spock.lang.Specification {
23-
def "Testing succcessful setting of LdapUserResponse email"() {
23+
def "Testing successful setting of LdapUserResponse email"() {
2424
given: "We have an LdapResponse"
2525
LdapUserResponse response = new LdapUserResponse();
2626
when: "An email address is set"

scripts/vm/hypervisor/xenserver/cloudlog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Version @VERSION@
2020
#
21-
# A log rotat config for CS plugin log
21+
# A log rotate config for CS plugin log
2222

2323

2424

server/src/com/cloud/ha/RecreatableFencer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public Boolean fenceOff(VirtualMachine vm, Host host) {
5858
for (VolumeVO vol : vols) {
5959
if (!vol.isRecreatable()) {
6060
if (s_logger.isDebugEnabled()) {
61-
s_logger.debug("Unable to f ence off volumes that are not recreatable: " + vol);
61+
s_logger.debug("Unable to fence off volumes that are not recreatable: " + vol);
6262
}
6363
return null;
6464
}

services/console-proxy-rdp/rdpconsole/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage:
2222
Common options:
2323
--help|-h Show this help text.
2424
--debug-link|-DL Print debugging messages when packets are trasnferred via links.
25-
--debug-element|-DE Print debugging messages when packets are received or sended by elements.
25+
--debug-element|-DE Print debugging messages when packets are received or sent by elements.
2626
--debug-pipeline|-DP Print debugging messages in pipelines.
2727
--host|-n|--host-name VALUE Name or IP address of host to connect to. Required.
2828
--width|-W VALUE Width of canvas. Default value is "1024".

services/console-proxy-rdp/rdpconsole/src/main/java/common/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum Protocol {
6666
{
6767
name = "--debug-element";
6868
alias = "-DE";
69-
description = "Print debugging messages when packets are received or sended by elements.";
69+
description = "Print debugging messages when packets are received or sent by elements.";
7070
}
7171
};
7272
private final Option debugPipeline = new Option() {

test/integration/component/test_escalations_ipaddresses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,12 +1947,12 @@ def test_09_create_delete_portforwarding_fornonvpc(self):
19471947
self.assertEqual(
19481948
1,
19491949
len(list_ipaddresses_after),
1950-
"VM Created is not in Runnning state"
1950+
"VM Created is not in Running state"
19511951
)
19521952
self.assertEquals(
19531953
vm_created.id,
19541954
list_vms_running[0].id,
1955-
"VM Created is not in Runnning state"
1955+
"VM Created is not in Running state"
19561956
)
19571957
# Listing Virtual Machines in stopped state in above created network
19581958
list_vms_stopped = VirtualMachine.list(

test/integration/component/test_ldap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_01_addLdapConfiguration(self):
128128

129129
if self.ldapconfRes == 1:
130130

131-
self.debug("Ldap Configuration was succcessful")
131+
self.debug("Ldap Configuration was successful")
132132

133133
loginRes = self._checklogin(
134134
self.services["configurableData"]["ldap_configuration"]["ldapUsername"],

0 commit comments

Comments
 (0)