Skip to content

Commit

Permalink
Merge pull request #46 from zopefoundation/fix-typos
Browse files Browse the repository at this point in the history
Fix typos.
  • Loading branch information
dataflake committed Aug 14, 2019
2 parents e5530b3 + 21e7c67 commit 292e414
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Products/PluggableAuthService/PluggableAuthService.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def __del__(self):
'Not-Competent plugins check whether this user folder should not '
'authenticate the current request. '
'These plugins are not used for a top level user folder. '
'They are typically used to prevent shaddowing of authentications by '
'They are typically used to prevent shadowing of authentications by '
'higher level user folders.'))


Expand Down
2 changes: 1 addition & 1 deletion Products/PluggableAuthService/interfaces/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class INotCompetentPlugin(Interface):
"""check whether this user folder is not competent to authenticate.
Never used for a top level user folder;
primarily used to prevent shaddowing of authentications by higher level
primarily used to prevent shadowing of authentications by higher level
user folders.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class NotCompetent_byRoles(NotCompetentBase):
"""`INotCompetentPlugin` to prevent authentication shadowing by roles.
"""

meta_type = 'prevent authentication shaddowing by roles'
meta_type = 'prevent authentication shadowing by roles'

_properties = (
PropertyManager._properties +
Expand Down
2 changes: 1 addition & 1 deletion Products/PluggableAuthService/plugins/www/ncbrAdd.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tal:replace="structure here/manage_form_title">Form Title</h2>

<p class="form-help">
The plugin prevents this user folder to shaddow higher level authentications with given roles.
The plugin prevents this user folder to shadow higher level authentications with given roles.
</p>

<form action="manage_addNotCompetent_byRoles" method="post"
Expand Down

0 comments on commit 292e414

Please sign in to comment.