Browse code

Fix "instal_prereqs.sh" typo

Change-Id: I745b159aea70412d424df506af0e3d1ca2d78034

Adam Spiers authored on 2013/10/05 07:20:24
Showing 1 changed files
... ...
@@ -38,7 +38,7 @@ such as Grenade, to manage a DevStack installation.
38 38
 
39 39
 A number of additional scripts can be found in the ``tools`` directory that may
40 40
 be useful in supporting DevStack installations.  Of particular note are ``info.sh``
41
-to collect and report information about the installed system, and ``instal_prereqs.sh``
41
+to collect and report information about the installed system, and ``install_prereqs.sh``
42 42
 that handles installation of the prerequisite packages for DevStack.  It is
43 43
 suitable, for example, to pre-load a system for making a snapshot.
44 44