Skip to content

Commit 8ac1816

Browse files
committed
docs: edit typo in user message
1 parent 9366247 commit 8ac1816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mamonsu/tools/bootstrap/start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self):
5959
bootstrap_group.add_option(
6060
'-M', '--mamonsu-username',
6161
dest='mamonsu_username',
62-
help='database non-priviledged user for mamonsu')
62+
help='database non-privileged user for mamonsu')
6363
parser.add_option_group(group)
6464
parser.add_option_group(bootstrap_group)
6565

@@ -71,7 +71,7 @@ def __init__(self):
7171
parser.print_help()
7272
sys.exit(1)
7373
if self.args.mamonsu_username is None:
74-
sys.stderr.write("ERROR: Database non-priviledged username for mamonsu is not specified\n")
74+
sys.stderr.write("ERROR: Database non-privileged username for mamonsu is not specified\n")
7575
parser.print_help()
7676
sys.exit(1)
7777

0 commit comments

Comments
 (0)