mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix spelling
This commit is contained in:
parent
b75d735b7e
commit
0c0cc370cf
@ -67,7 +67,7 @@ def main():
|
|||||||
return 2
|
return 2
|
||||||
elif counter == -1:
|
elif counter == -1:
|
||||||
print "These results are truncated."
|
print "These results are truncated."
|
||||||
print "Please revine your search and try again."
|
print "Please refine your search and try again."
|
||||||
|
|
||||||
for ent in groups:
|
for ent in groups:
|
||||||
try:
|
try:
|
||||||
|
@ -92,7 +92,7 @@ def main():
|
|||||||
return 2
|
return 2
|
||||||
elif counter == -1:
|
elif counter == -1:
|
||||||
print "These results are truncated."
|
print "These results are truncated."
|
||||||
print "Please revine your search and try again."
|
print "Please refine your search and try again."
|
||||||
|
|
||||||
for ent in users:
|
for ent in users:
|
||||||
attr = ent.attrList()
|
attr = ent.attrList()
|
||||||
|
Loading…
Reference in New Issue
Block a user