diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-01-01 08:00:43 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-01-01 08:00:43 -0500 |
commit | d1d3dcf1a0238ffb85f458956366c4964d1da89a (patch) | |
tree | 226b04742b29c69b2ac7c5276e0bef9d1f2a4542 /Zotlabs/Access | |
parent | ce87a0c1d331a9e1a1975807ab6f077a84f4a7aa (diff) | |
download | volse-hubzilla-d1d3dcf1a0238ffb85f458956366c4964d1da89a.tar.gz volse-hubzilla-d1d3dcf1a0238ffb85f458956366c4964d1da89a.tar.bz2 volse-hubzilla-d1d3dcf1a0238ffb85f458956366c4964d1da89a.zip |
Deleted old versions that have been integrated. Integrated and slightly revised Comanche doco.
Diffstat (limited to 'Zotlabs/Access')
-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 |