]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Wrong usage of "an" in the mesages:
authormalei <ma.lei@99cloud.net>
Fri, 16 Oct 2015 14:47:02 +0000 (22:47 +0800)
committermalei <ma.lei@99cloud.net>
Fri, 16 Oct 2015 14:47:02 +0000 (22:47 +0800)
an service

Should be:
a service

Change-Id: I85a8ef6bc207e465c16f60363005cc19f32f61f9

cinder/db/api.py

index 82feec5eb86eef2677b8dd541eef6253e1031bc8..17de4cf60c22ba2fb9e5418e5cf3de0aebef2a4f 100644 (file)
@@ -117,7 +117,7 @@ def service_get_all_by_topic(context, topic, disabled=None):
 
 
 def service_get_by_args(context, host, binary):
-    """Get the state of an service by node name and binary."""
+    """Get the state of a service by node name and binary."""
     return IMPL.service_get_by_args(context, host, binary)