diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-08-29 12:49:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-08-29 12:49:43 +0000 |
| commit | b42740816d49cac2b7845dd5bcb8ba17ddbf37d0 (patch) | |
| tree | de382f44df61a3570a9c4cfae0ef46792e09f048 /doc/source/plugins.rst | |
| parent | 9962403d3c52c96ef02e110a056c4a0c21bc5ab7 (diff) | |
| parent | c97e8187fef91627a1c55236a45eb5b1b8d92fc2 (diff) | |
| download | python-openstackclient-b42740816d49cac2b7845dd5bcb8ba17ddbf37d0.tar.gz | |
Merge "Fix six typos"
Diffstat (limited to 'doc/source/plugins.rst')
| -rw-r--r-- | doc/source/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 9a05bb96..a19eea9a 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -169,7 +169,7 @@ the plugin commands: ... def take_action(self, parsed_args): - # Client manager interfaces are availble to plugins. + # Client manager interfaces are available to plugins. # This includes the OSC clients created. client_manager = self.app.client_manager |
