Fix typo from devstack to grenade

Fix a place where text was copied from devstack, but devstack
was not changed to grenade

Change-Id: I98797ab896127be596e6966baaff12ca4656bbcd
This commit is contained in:
Yongfeng Du 2015-08-07 10:30:32 +08:00 committed by Dan Smith
parent baaa0393a9
commit 2385582ffa

View File

@ -23,7 +23,7 @@ The script needs to know the location of the Grenade install directory.
``GRENADE_DIR`` should always point there, even if the script itself is located in
a subdirectory::
# Keep track of the current devstack directory.
# Keep track of the current grenade directory.
GRENADE_DIR=$(cd $(dirname "$0") && pwd)
Many scripts will utilize shared functions from the ``functions`` file. This
@ -31,7 +31,7 @@ file is copied directly from DevStack trunk periodically. There is also an
rc file (``grenaderc``) that is sourced to set the default configuration of
the user environment::
# Keep track of the current devstack directory.
# Keep track of the current grenade directory.
GRENADE_DIR=$(cd $(dirname "$0") && pwd)
# Import common functions