diff --git a/github_scripts/x509_test.sh b/github_scripts/x509_test.sh index 4375cb117..f8cc471c1 100755 --- a/github_scripts/x509_test.sh +++ b/github_scripts/x509_test.sh @@ -15,7 +15,7 @@ # limitations under the License. # -# This test the functionally of the x509 defer check +# This test the functionality of the x509 defer check # Some prefixes allow for x509 authentication rather than using tokens, this tests # that a file that requires authorization is retrievable when using either x509 authentication or a token # and also tests that files that aren't allowed to use x509 authentication are not retrievable diff --git a/registry/registry_ui.go b/registry/registry_ui.go index 513432799..563b18a09 100644 --- a/registry/registry_ui.go +++ b/registry/registry_ui.go @@ -522,7 +522,7 @@ func createUpdateNamespace(ctx *gin.Context, isUpdate bool) { return } if !belongsTo { - // If the user doesn's own the namespace, they can't edit it + // If the user doesn't own the namespace, they can't edit it // but if they have an access token generated by the private key // that corresponds to the public key of the namespace they are trying to access, // we allow them to do it so that admin can fill out the rest of the registration if the user_id is empty @@ -672,7 +672,7 @@ func getNamespace(ctx *gin.Context) { return } if !belongsTo { - // If the user doesn's own the namespace, they can't view it + // If the user doesn't own the namespace, they can't view it // but if they have an access token generated by the private key // that corresponds to the public key of the namespace they are trying to access, // we allow them to do it so that admin can fill out the rest of the registration if the user_id is empty