mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-06 12:58:18 +03:00
Fix some typos
This commit is contained in:
parent
ea089f0626
commit
9b9d04a4d2
@ -80,9 +80,9 @@ MAC_PREFIX = "02:00"
|
||||
#*******************************************************************************
|
||||
# DataStore Configuration
|
||||
#*******************************************************************************
|
||||
# DATASTORE_LOCATION: Path for Datastores in the hosts. It IS the same all the
|
||||
# hosts in the cluster. DATASTORE_LOCATION IS ONLY FOR THE HOSTS AND *NOT* THE
|
||||
# FRONT-END. It defaults to /var/lib/one/datastores (or
|
||||
# DATASTORE_LOCATION: Path for Datastores in the hosts. It IS the same for all
|
||||
# the hosts in the cluster. DATASTORE_LOCATION IS ONLY FOR THE HOSTS AND *NOT*
|
||||
# THE FRONT-END. It defaults to /var/lib/one/datastores (or
|
||||
# $ONE_LOCATION/var/datastores in self-contained mode)
|
||||
#
|
||||
# DEFAULT_IMAGE_TYPE: This can take values
|
||||
|
@ -142,7 +142,7 @@ void TransferManagerDriver::protocol(
|
||||
getline(is,info);
|
||||
|
||||
os.str("");
|
||||
os << "Error excuting image transfer script";
|
||||
os << "Error executing image transfer script";
|
||||
|
||||
if (!info.empty() && info[0] != '-')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user