Skip to content

Commit

Permalink
fix typo superviser
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Nov 18, 2021
1 parent ce5698c commit 055315d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions features/site.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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"
Expand Down

0 comments on commit 055315d

Please sign in to comment.