From: malei Date: Fri, 16 Oct 2015 14:47:02 +0000 (+0800) Subject: Wrong usage of "an" in the mesages: X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=02d87421d4bd8519526e7fc413cfd186eae69974;p=openstack-build%2Fcinder-build.git Wrong usage of "an" in the mesages: an service Should be: a service Change-Id: I85a8ef6bc207e465c16f60363005cc19f32f61f9 --- diff --git a/cinder/db/api.py b/cinder/db/api.py index 82feec5eb..17de4cf60 100644 --- a/cinder/db/api.py +++ b/cinder/db/api.py @@ -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)