Sfoglia il codice sorgente

Update spelling in setup-rw.sh

Bo Rydberg 5 anni fa
parent
commit
c9ec752923
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      init/setup-rw.sh

+ 3 - 3
init/setup-rw.sh

@@ -23,7 +23,7 @@ if mountpoint -q /rw ; then
 #!/bin/sh
 
 # This script will be executed at every VM startup, you can place your own
-# custom commands here. This include overriding some configuration in /etc,
+# custom commands here. This includes overriding some configuration in /etc,
 # starting services etc.
 
 # Example for overriding the whole CUPS configuration:
@@ -38,10 +38,10 @@ EOF
 #!/bin/sh
 
 # This script is called in AppVMs after every firewall update (configuration
-# change, starting some VM etc). This is good place to write own custom
+# change, starting some VM etc). This is a good place to write own custom
 # firewall rules, in addition to autogenerated ones. Remember that in most cases
 # you'll need to insert the rules at the beginning (iptables -I) for it to be
-# efective.
+# effective.
 EOF
         chmod 755 /rw/config/qubes-firewall-user-script