Grammar corrections in comment

Change-Id: I077ece4676db9638dc7213c5a54d3a89e4eb96bd
This commit is contained in:
Matt Fischer
2016-05-17 17:06:48 -06:00
parent 9531e4a400
commit df59fcbb3f

View File

@@ -14,8 +14,8 @@
# #
# [*swift_hash_path_prefix*] # [*swift_hash_path_prefix*]
# (Required)String. A prefix used by hash_path to offer a bit more security # (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; # when generating hashes for paths. It simply prepends this value to all paths;
# if someone knows this suffix, it's easier for them to guess the hash a path # 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 # 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 # 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. # same secret needs to be used by all swift servers of the same cluster.