Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Nov 17, 2023
1 parent 69bcecf commit d543737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/set-vault-permissions.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setVaultPermissions {
msiSetACL("default", "admin:noinherit", uuClientFullName, *vaultHome);


writeLine("stdout", "Granting read acccess to *vaultHome for *baseGroup");
writeLine("stdout", "Granting read access to *vaultHome for *baseGroup");
msiSetACL("default", "admin:read", *baseGroup, *vaultHome);
}
}
Expand Down
2 changes: 1 addition & 1 deletion util/yoda_names.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

"""This class contains utility functions that process names of Yoda entitities (e.g. category names, user names, etc.)
"""This class contains utility functions that process names of Yoda entities (e.g. category names, user names, etc.)
"""

__copyright__ = 'Copyright (c) 2019-2023, Utrecht University'
Expand Down

0 comments on commit d543737

Please sign in to comment.