Skip to content

Commit 1f8a09f

Browse files
author
Daan Hoogland
committed
typo
1 parent 262a982 commit 1f8a09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/user/AccountManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ public int compare(NetworkVO network1, NetworkVO network2) {
11211121
}
11221122
}
11231123
// this is clearing the operational reservations or vlans for the account
1124-
// this should have happened before and covours up the release issues for the vlans
1124+
// this should have happened before and covers up the release issues for the vlans
11251125
// but as it is purely operational and no business logic is involved we clean now
11261126
// as a last resort, to prevent allocation issue on the long run.
11271127
_dataCenterVnetDao.releaseForAccount(accountId);

0 commit comments

Comments
 (0)