Skip to content

Commit

Permalink
Fix capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xxon committed Jul 17, 2020
1 parent 5ba22f6 commit 230565f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ZeekControl/options.py
Expand Up @@ -167,7 +167,7 @@ def __init__(self, name, default, type, category, dontinit, description, legacy_
Option("SpoolDir", "${ZeekBase}/spool", "string", Option.AUTOMATIC, False,
"Directory for run-time data."),
Option("BrokerDBDir", "${ZeekBase}/spool/brokerstore", "string", Option.AUTOMATIC, False,
"Directory for broker backed tables data store persistence databases."),
"Directory for Broker backed tables data store persistence databases."),
Option("PolicyDir", "${ZeekScriptDir}", "string", Option.AUTOMATIC, False,
"Directory for standard policy files."),
Option("StaticDir", "${ZeekBase}/share/zeekctl", "string", Option.AUTOMATIC, False,
Expand Down
2 changes: 1 addition & 1 deletion etc/zeekctl.cfg.in
Expand Up @@ -70,7 +70,7 @@ LogDir = ${LOGS}
# written are stored.
SpoolDir = ${SPOOL}

# Location of the directory in which the databases for broker datastore backed
# Location of the directory in which the databases for Broker datastore backed
# Zeek tables are stored.
BrokerDBDir = ${SPOOL}/brokerstore

Expand Down

0 comments on commit 230565f

Please sign in to comment.