Spelling fix s/informations/information/
[kai/samba-autobuild/.git] / python / samba / netcmd / domain.py
index 2aebb5f8166c09ba50fdb1384e583b4992c96ef5..851e7241d154b66b6855a160634d28b4e0966712 100644 (file)
@@ -1304,7 +1304,7 @@ class cmd_domain_passwordsettings_show(Command):
         except Exception as e:
             raise CommandError("Could not retrieve password properties!", e)
 
-        self.message("Password informations for domain '%s'" % domain_dn)
+        self.message("Password information for domain '%s'" % domain_dn)
         self.message("")
         if pwd_props & DOMAIN_PASSWORD_COMPLEX != 0:
             self.message("Password complexity: on")