1
0
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:
Tino Vázquez 2012-03-07 07:04:40 -06:00 committed by Tino Vazquez
parent ea089f0626
commit 9b9d04a4d2
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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] != '-')
{