mirror of
https://github.com/apache/cloudstack
synced 2026-08-28 08:32:40 +00:00
Fixed spelling mistake
This commit is contained in:
parent
ee724fc12f
commit
bc8c78f102
@ -2252,7 +2252,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
||||
}
|
||||
|
||||
} else if (defaultNetworks.size() > 1) {
|
||||
throw new InvalidParameterValueException("More than 1 default network is found for accoun " + owner);
|
||||
throw new InvalidParameterValueException("More than 1 default network is found for account " + owner);
|
||||
} else {
|
||||
defaultNetwork = defaultNetworks.get(0);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user