From bf9f9a594246e6f997c7be69910efa25b6bd80d7 Mon Sep 17 00:00:00 2001 From: dieterly Date: Mon, 21 Sep 2015 13:24:00 -0600 Subject: [PATCH] Fix typo Change 'This' -> 'These'. Change-Id: If2f8f92d3adbb8fe4556e5c3ec53e4da31d02d49 --- doc/source/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 803dd08a48..fda601b414 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -178,7 +178,7 @@ System Packages =============== Devstack provides a framework for getting packages installed at an early -phase of its execution. This packages may be defined in a plugin as files +phase of its execution. These packages may be defined in a plugin as files that contain new-line separated lists of packages required by the plugin Supported packaging systems include apt and yum across multiple distributions.