From 20f45678e696719d6917beee923842d89982f5c7 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 1 Feb 2016 17:20:16 -0500 Subject: [PATCH] Fix comment text --- builtin/logical/pki/fields.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/logical/pki/fields.go b/builtin/logical/pki/fields.go index bf9b557bd..104e06775 100644 --- a/builtin/logical/pki/fields.go +++ b/builtin/logical/pki/fields.go @@ -10,8 +10,8 @@ func addIssueAndSignCommonFields(fields map[string]*framework.FieldSchema) map[s Default: "pem", Description: `Format for returned data. Can be "pem", "der", or "pem_bundle". If "pem_bundle" any private -private key and issuing cert will be appended -to the certificate pem. Defaults to "pem".`, +key and issuing cert will be appended to the +certificate pem. Defaults to "pem".`, } fields["ip_sans"] = &framework.FieldSchema{