Comment spelling error in assignment.core file

change guranteed to guaranteed

Closes-Bug: #1509581

Change-Id: I18aae0d8c7b32e65d6287d33f0eaa49ba1e32e65
This commit is contained in:
zouyee 2015-10-24 08:54:10 +08:00
parent 68e885d0ad
commit fe9d435d20
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ class Manager(manager.Manager):
return non_inherited_refs + inherited_refs
# If filtering by group or inherited domain assignment the list is
# guranteed to be empty
# guaranteed to be empty
if group_id or (domain_id and inherited):
return []