From 055315d7c8231caa200d368f148f7871bf9ec4ea Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Thu, 18 Nov 2021 13:22:37 +0100 Subject: [PATCH] fix typo superviser --- README.md | 4 ++-- features/site.feature | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67fc0551..ab607e57 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This will output messages form both the site and the supervisor, ordered chronol ```console RN+SU0001 Starting supervisor RN+SU0001 on port 12111 RN+SI0001 Starting site RN+SI0001 -RN+SI0001 Connecting to superviser at 127.0.0.1:12111 +RN+SI0001 Connecting to supervisor at 127.0.0.1:12111 RN+SI0001 <-- f8c7 Sent Version RN+SU0001 Site connected from 127.0.0.1:53500 RN+SU0001 RN+SI0001 --> f8c7 Received Version message for sites [RN+SI0001] using RSMP 3.1.4 @@ -156,7 +156,7 @@ The ```site``` command will start an RSMP site, which will try to connect to one ```console % rsmp site 2019-11-11 12:22:00 UTC Starting site RN+SI0001 -2019-11-11 12:22:00 UTC Connecting to superviser at 127.0.0.1:12111 +2019-11-11 12:22:00 UTC Connecting to supervisor at 127.0.0.1:12111 2019-11-11 12:22:00 UTC <-- 792f Sent Version 2019-11-11 12:22:00 UTC RN+SU0001 --> e70e Received Version message, using RSMP 3.1.4 2019-11-11 12:22:00 UTC RN+SU0001 Connection to supervisor established diff --git a/features/site.feature b/features/site.feature index 719d02d3..c8376019 100644 --- a/features/site.feature +++ b/features/site.feature @@ -7,7 +7,7 @@ Feature: Run site When I run `rsmp site` interactively And I send the signal "SIGINT" to the command started last Then the output should contain "Starting site RN+SI0001" - Then the output should contain "Connecting to superviser at 127.0.0.1:12111" + Then the output should contain "Connecting to supervisor at 127.0.0.1:12111" Scenario: Help option When I run `rsmp help site` @@ -22,7 +22,7 @@ Feature: Run site Scenario: Supervisors option When I run `rsmp site -s 127.0.0.8:12118` interactively And I send the signal "SIGINT" to the command started last - Then the output should contain "Connecting to superviser at 127.0.0.8:12118" + Then the output should contain "Connecting to supervisor at 127.0.0.8:12118" Scenario: Config option Given a directory named "features/fixtures"