diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-01-01 08:06:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-01 08:06:30 -0500 |
commit | 7f60ab49b26e619168c886e6e30b2578d4c9b11a (patch) | |
tree | 226b04742b29c69b2ac7c5276e0bef9d1f2a4542 /Zotlabs/Access/Permissions.php | |
parent | e2eb0b2eac6f32a0e4781eabbb147f0bee0736fb (diff) | |
parent | d1d3dcf1a0238ffb85f458956366c4964d1da89a (diff) | |
download | volse-hubzilla-7f60ab49b26e619168c886e6e30b2578d4c9b11a.tar.gz volse-hubzilla-7f60ab49b26e619168c886e6e30b2578d4c9b11a.tar.bz2 volse-hubzilla-7f60ab49b26e619168c886e6e30b2578d4c9b11a.zip |
Merge pull request #634 from anaqreon/dev
I'm going to go ahead and merge this. It should be easy to revert undesired changes.
Diffstat (limited to 'Zotlabs/Access/Permissions.php')
-rw-r--r-- | Zotlabs/Access/Permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index 43baa6cf7..5fded5f03 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -18,7 +18,7 @@ class Permissions { * permission roles. You will want to set a default PermissionLimit for each channel and also * provide a sane default for any existing connections. You may or may not wish to provide a * default auto permission. If in doubt, leave this alone as custom permissions by definition - * are the responsbility of the channel owner to manage. You just don't want to create any + * are the responsibility of the channel owner to manage. You just don't want to create any * suprises or break things so you have an opportunity to provide sane settings. * * Update the version here and in PermissionRoles |