Skip to content

Commit

Permalink
Fix misspellings that weren't fully corrected by 'typos'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Dec 6, 2024
1 parent ea9efaf commit 9381756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github_scripts/x509_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions registry/registry_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9381756

Please sign in to comment.