From df59fcbb3f12021fc59cf92432a49dd96c054474 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Tue, 17 May 2016 17:06:48 -0600 Subject: [PATCH] Grammar corrections in comment Change-Id: I077ece4676db9638dc7213c5a54d3a89e4eb96bd --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 23bcd726..cffe2ee9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,8 +14,8 @@ # # [*swift_hash_path_prefix*] # (Required)String. A prefix used by hash_path to offer a bit more security -# when generating hashes for paths. It simply appends this value to all paths; -# if someone knows this suffix, it's easier for them to guess the hash a path +# when generating hashes for paths. It simply prepends this value to all paths; +# if someone knows this prefix, it's easier for them to guess the hash a path # will end up with. New installations are advised to set this parameter to a # random secret, which would not be disclosed ouside the organization. The # same secret needs to be used by all swift servers of the same cluster.