From 1fc4ad4771dd8a9abf07690ca498708b63735ff9 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Wed, 2 Aug 2017 20:46:01 -0700 Subject: [PATCH] [Trivialfix]Fix typos in ironic Fix the typos that found in ironic Change-Id: I65595879c203533cef1e348b6efd1daf0eb5d680 --- doc/source/admin/gmr.rst | 2 +- ironic/common/cinder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/gmr.rst b/doc/source/admin/gmr.rst index 8ce8d1f84b..781cb8dae8 100644 --- a/doc/source/admin/gmr.rst +++ b/doc/source/admin/gmr.rst @@ -9,7 +9,7 @@ GMR provides useful debugging information that can be used to obtain an accurate view on the current live state of the system. For example, what threads are running, what configuration parameters are in effect, and more. The eventlet backdoor facility provides an interactive shell -interface for any eventlet based process, allowing an adminstrator to +interface for any eventlet based process, allowing an administrator to telnet to a pre-defined port and execute a variety of commands. Generating a GMR diff --git a/ironic/common/cinder.py b/ironic/common/cinder.py index 66801bf604..420c581f72 100644 --- a/ironic/common/cinder.py +++ b/ironic/common/cinder.py @@ -405,7 +405,7 @@ def detach_volumes(task, volume_list, connector, allow_errors=False): # Skip proceeding with this method if we're not raising # errors. This will leave the volume in the detaching # state, but in that case something very unexpected - # has occured. + # has occurred. continue # Attempt to identify the attachment id value to provide