Change-Id: I3f85166a1e0f2fea02055dae6871746ad1b8d897
| ... | ... |
@@ -16,7 +16,7 @@ DevStack using this mechanism. |
| 16 | 16 |
The script in ``extras.d`` is expected to be mostly a dispatcher to |
| 17 | 17 |
functions in a ``lib/*`` script. The scripts are named with a |
| 18 | 18 |
zero-padded two digits sequence number prefix to control the order that |
| 19 |
-the scripts are called, and with a suffix of ``.sh``. DevSack reserves |
|
| 19 |
+the scripts are called, and with a suffix of ``.sh``. DevStack reserves |
|
| 20 | 20 |
for itself the sequence numbers 00 through 09 and 90 through 99. |
| 21 | 21 |
|
| 22 | 22 |
Below is a template that shows handlers for the possible command-line |