]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 18 Mar 2021 06:22:52 +0000 (19:22 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Mar 2022 00:41:34 +0000 (00:41 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/domain.py

index e814a47233dacc4ecb15dfba3b61f7601bb2f0bd..49e60625e44fb7cb451cd258d634b8c007527abe 100644 (file)
@@ -120,7 +120,7 @@ common_provision_join_options = [
            help="choose machine password (otherwise random)"),
     Option("--plaintext-secrets", action="store_true",
            help="Store secret/sensitive values as plain text on disk" +
-           "(default is to encrypt secret/ensitive values)"),
+           "(default is to encrypt secret/sensitive values)"),
     Option("--backend-store", type="choice", metavar="BACKENDSTORE",
            choices=["tdb", "mdb"],
            help="Specify the database backend to be used "