From 02d87421d4bd8519526e7fc413cfd186eae69974 Mon Sep 17 00:00:00 2001 From: malei Date: Fri, 16 Oct 2015 22:47:02 +0800 Subject: [PATCH] Wrong usage of "an" in the mesages: an service Should be: a service Change-Id: I85a8ef6bc207e465c16f60363005cc19f32f61f9 --- cinder/db/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2