From b6d6e3b827878c61516c302e36f9c0cf189b6248 Mon Sep 17 00:00:00 2001 From: Peter Marshall Date: Fri, 23 Jun 2023 09:37:24 +0100 Subject: [PATCH] Update start-druid-main.py (#14471) Quick typo correction. --- examples/bin/start-druid-main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bin/start-druid-main.py b/examples/bin/start-druid-main.py index d7971572307..36d07c17b67 100644 --- a/examples/bin/start-druid-main.py +++ b/examples/bin/start-druid-main.py @@ -154,7 +154,7 @@ sample usage: '\'common.jvm.config\' & \'common.runtime.properties\' files. \n' 'If this argument is not given, config from \n' 'conf/druid/auto directory is used.\n' - 'Note. zookeeper config cannot be overriden.\n') + 'Note. zookeeper config cannot be overridden.\n') parser.add_argument('--compute', action='store_true', help='Does not start Druid, only displays the memory allocated \n' 'to each service if started with the given total memory.\n')