From 05d7f201adb7225f6f66e6a2d681f88a0a36a68a Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 7 Feb 2018 20:20:28 -0800 Subject: [PATCH] Correct typos Found via codespell. --- README.md | 2 +- src/main/java/org/gaul/s3proxy/AwsSignature.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1894807..45fdbb8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ S3Proxy emulates the following operations: * copy multi-part objects, see [#76](https://github.com/gaul/s3proxy/issues/76) The wiki collects -[compatability notes](https://github.com/gaul/s3proxy/wiki/Storage-backend-compatibility) +[compatibility notes](https://github.com/gaul/s3proxy/wiki/Storage-backend-compatibility) for specific storage backends. Support diff --git a/src/main/java/org/gaul/s3proxy/AwsSignature.java b/src/main/java/org/gaul/s3proxy/AwsSignature.java index ec51b37..c837d22 100644 --- a/src/main/java/org/gaul/s3proxy/AwsSignature.java +++ b/src/main/java/org/gaul/s3proxy/AwsSignature.java @@ -118,9 +118,9 @@ final class AwsSignature { .append('\n'); String expires = request.getParameter("Expires"); if (queryAuth) { - // If expires is not nil, then it is query string sign - // If expires is nil,maybe alse query string sign - // So should check other accessid para ,presign to judge. + // If expires is not nil, then it is query string sign + // If expires is nil, maybe also query string sign + // So should check other accessid param, presign to judge. // not the expires builder.append(Strings.nullToEmpty(expires)); } else {