Skip to content

Commit 42f6729

Browse files
authored
fix a typo
1 parent 0f95e05 commit 42f6729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/domain/contactsundermgnt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
print "Domain " + domain['fqdn'] + " Admin " + admin + " is not managed by us."
3737
if (found_owner == False):
3838
print "Domain " + domain['fqdn'] + " Owner " + owner + " is not managed by us."
39-
print "All contacts under owner management:"
39+
print "All contacts under our management:"
4040
for contact in contacts:
4141
print contact['handle']

0 commit comments

Comments
 (0)