Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Jan 10, 2018
1 parent 5229c99 commit c21ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/services/users/get.py
Expand Up @@ -57,7 +57,7 @@ def reply(self):
query = self.query.get('query', '')
limit = self.query.get('limit', DEFAULT_SEARCH_RESULTS_LIMIT)
if query:
# Someone is search for users, check if he is authorized
# Someone is searching users, check if he is authorized
if sm.checkPermission('Manage portal', self.context):
users = self._get_filtered_users(query, limit)
result = []
Expand Down

0 comments on commit c21ca3a

Please sign in to comment.