Skip to content

Commit 81c0ddf

Browse files
fix: typos in the documentation (#472)
* fix typo 0001-add-support-to-save-fee-estimates-without-shutting-d.patch * fix typo runit_boot.sh
1 parent 58b3edf commit 81c0ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/0001-add-support-to-save-fee-estimates-without-shutting-d.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ index 000000000..c6d82345b
149149
+ - call the savefeeestimates RPC and verify the RPC succeeds and
150150
+ that the file exists
151151
+ - make the file read only and attempt to call the savefeeestimates RPC
152-
+ with the expecation that it will fail
152+
+ with the expectation that it will fail
153153
+ - move the read only file and shut down the node, verify the node writes
154154
+ on shutdown a file that is identical to the one we saved via the RPC
155155
+

contrib/runit_boot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
shutdown() {
4-
echo "shutting down container"
4+
echo "shutting down the container"
55

66
# first shutdown any service started by runit
77
for _srv in $(ls -1 /etc/service); do
@@ -22,7 +22,7 @@ shutdown() {
2222
exit
2323
}
2424

25-
# store enviroment variables
25+
# store environment variables
2626
export > /etc/envvars
2727

2828
PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin

0 commit comments

Comments
 (0)