Fixed spelling mistake

This commit is contained in:
alena 2011-08-16 09:51:31 -07:00
parent ee724fc12f
commit bc8c78f102
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}