Fix typos in Swift files

Change-Id: I39dbf55c094c42347b57ef67520abff9e6fc24bc
This commit is contained in:
Nguyen Hung Phuong 2016-04-07 13:31:26 +07:00
parent 475e448366
commit edc413b85e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ The supported headers are,
+------------------------------------------------+------------------------------+
| X-Container-Meta-Access-Control-Expose-Headers | Headers exposed to the user |
| | agent (e.g. browser) in the |
| | the actual request response. |
| | actual request response. |
| | Space separated. |
+------------------------------------------------+------------------------------+

View File

@ -1,7 +1,7 @@
[swift-hash]
# swift_hash_path_suffix and swift_hash_path_prefix are used as part of the
# the hashing algorithm when determining data placement in the cluster.
# hashing algorithm when determining data placement in the cluster.
# These values should remain secret and MUST NOT change
# once a cluster has been deployed.
# Use only printable chars (python -c "import string; print(string.printable)")