From 9c3ae9fc349185e1a7463d6b76298f9dbb830efb Mon Sep 17 00:00:00 2001 From: Cady_Chen Date: Wed, 28 Dec 2016 14:37:01 +0800 Subject: [PATCH] Change "a SQL" to "an SQL" According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use "an SQL" instead of "a SQL". Change-Id: Icd42fc4e3d078725adca2bf464164111bfae1a2d --- etc/rally/rally.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rally/rally.conf.sample b/etc/rally/rally.conf.sample index c2118c6b4e..4d4a58f3d6 100644 --- a/etc/rally/rally.conf.sample +++ b/etc/rally/rally.conf.sample @@ -612,7 +612,7 @@ # Deprecated group/name - [DATABASE]/sql_max_retries #max_retries = 10 -# Interval between retries of opening a SQL connection. (integer +# Interval between retries of opening an SQL connection. (integer # value) # Deprecated group/name - [DEFAULT]/sql_retry_interval # Deprecated group/name - [DATABASE]/reconnect_interval