Merge "[Trivialfix]Fix typos in congress"

This commit is contained in:
Zuul 2018-02-05 06:43:57 +00:00 committed by Gerrit Code Review
commit 897487ee47
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ class TestCongress(BaseTestPolicyCongress):
lambda: self.query('q', 'alpha'), {'results': [{'data': (1,)}]})
# TODO(dse2): enable rules to be inserted before data created.
# Maybe just have subscription handle errors gracefull when
# Maybe just have subscription handle errors graceful when
# asking for a snapshot and return [].
# self.insert_rule('p(x) :- fake:fake_table(x)', 'alpha')

View File

@ -198,7 +198,7 @@ function start_congress_service_and_check {
local cfg_file
local CFG_FILE_OPTIONS="--config-file $CONGRESS_CONF"
# Start the congress services in seperate processes
# Start the congress services in separate processes
echo_summary "Installing congress services"
if [ "$CONGRESS_MULTIPROCESS_DEPLOYMENT" == "False" ]; then