summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-01-12 13:37:58 -0800
committerJoe Gordon <jogo@cloudscaling.com>2012-01-12 13:37:58 -0800
commitdd63106bdc36a13b857ba8743b018e98df5739b6 (patch)
treefcda40e57f81ca2d28ce4e6f08b27da0bbfb55c7
parentace0252d75fa169df3eb1c7171c122e8733649a7 (diff)
downloadnova-dd63106bdc36a13b857ba8743b018e98df5739b6.tar.gz
nova-dd63106bdc36a13b857ba8743b018e98df5739b6.tar.xz
nova-dd63106bdc36a13b857ba8743b018e98df5739b6.zip
minor fix in comment
Change-Id: I2bdb78e8dfaa504f5b9969606871c832e7936bd7
-rw-r--r--nova/service.py2
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