diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2012-01-12 13:37:58 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2012-01-12 13:37:58 -0800 |
commit | dd63106bdc36a13b857ba8743b018e98df5739b6 (patch) | |
tree | fcda40e57f81ca2d28ce4e6f08b27da0bbfb55c7 | |
parent | ace0252d75fa169df3eb1c7171c122e8733649a7 (diff) | |
download | nova-dd63106bdc36a13b857ba8743b018e98df5739b6.tar.gz nova-dd63106bdc36a13b857ba8743b018e98df5739b6.tar.xz nova-dd63106bdc36a13b857ba8743b018e98df5739b6.zip |
minor fix in comment
Change-Id: I2bdb78e8dfaa504f5b9969606871c832e7936bd7
-rw-r--r-- | nova/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index c56973907..95399f650 100644 --- a/nova/service.py +++ b/nova/service.py @@ -17,7 +17,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""Generic Node baseclass for all workers that run on hosts.""" +"""Generic Node base class for all workers that run on hosts.""" import inspect import os |