From d903476aa5270df703bd22bb58fed2c740042fbf Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 4 Oct 2013 23:20:24 +0100 Subject: [PATCH] Fix "instal_prereqs.sh" typo Change-Id: I745b159aea70412d424df506af0e3d1ca2d78034 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index dd665a2304..5f33d770f8 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -38,7 +38,7 @@ such as Grenade, to manage a DevStack installation. A number of additional scripts can be found in the ``tools`` directory that may be useful in supporting DevStack installations. Of particular note are ``info.sh`` -to collect and report information about the installed system, and ``instal_prereqs.sh`` +to collect and report information about the installed system, and ``install_prereqs.sh`` that handles installation of the prerequisite packages for DevStack. It is suitable, for example, to pre-load a system for making a snapshot.