From: JINMEI Tatuya Date: Wed, 18 Jan 2012 18:26:06 +0000 (-0800) Subject: [1399] a minor style fix: adding a space in spec item descriptions X-Git-Tag: trac2351_base~281^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ae62d711ab9abf8c47de5f8f292841b258ca12e;p=thirdparty%2Fkea.git [1399] a minor style fix: adding a space in spec item descriptions for readability and consistency. --- diff --git a/src/bin/auth/auth.spec.pre.in b/src/bin/auth/auth.spec.pre.in index 32748b9bb4..693e813ff4 100644 --- a/src/bin/auth/auth.spec.pre.in +++ b/src/bin/auth/auth.spec.pre.in @@ -209,7 +209,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode8", + "item_title": "Received requests opcode 8", "item_description": "The number of total request counts whose opcode is8 (reserved)" }, { @@ -217,7 +217,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode9", + "item_title": "Received requests opcode 9", "item_description": "The number of total request counts whose opcode is9 (reserved)" }, { @@ -225,7 +225,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode10", + "item_title": "Received requests opcode 10", "item_description": "The number of total request counts whose opcode is10 (reserved)" }, { @@ -233,7 +233,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode11", + "item_title": "Received requests opcode 11", "item_description": "The number of total request counts whose opcode is11 (reserved)" }, { @@ -241,7 +241,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode12", + "item_title": "Received requests opcode 12", "item_description": "The number of total request counts whose opcode is12 (reserved)" }, { @@ -249,7 +249,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode13", + "item_title": "Received requests opcode 13", "item_description": "The number of total request counts whose opcode is13 (reserved)" }, { @@ -257,7 +257,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode14", + "item_title": "Received requests opcode 14", "item_description": "The number of total request counts whose opcode is14 (reserved)" }, { @@ -265,7 +265,7 @@ "item_type": "integer", "item_optional": true, "item_default": 0, - "item_title": "Received requests opcode15", + "item_title": "Received requests opcode 15", "item_description": "The number of total request counts whose opcode is15 (reserved)" } ]