1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

dynconfig: Fix code spelling

Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-04-06 15:52:49 +02:00 committed by Andreas Schneider
parent 3c96f7d80e
commit bca9c059c3

View File

@ -71,7 +71,7 @@ class SambaIndentedHelpFormatter (optparse.IndentedHelpFormatter):
# We may overwrite the related path. (Default: False) # We may overwrite the related path. (Default: False)
# #
# 'DELAY' - The option refers to other options in the dynconfig list. # 'DELAY' - The option refers to other options in the dynconfig list.
# We delay the initalization into a later stage. This # We delay the initialization into a later stage. This
# makes sure the recursion works. (Default: False) # makes sure the recursion works. (Default: False)
# #
dynconfig = { dynconfig = {