new fortunes and spelling correction
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index 2ce26bc6fa5805a2a79602f5f529cd964c45a4df..dfc656ae333fd5b2f1de3f48c1cf708d5e978099 100644 (file)
@@ -244,7 +244,7 @@ pattern="[#;][[:blank:]]*read only = yes"
 replacement="read only = no"
 
 # we just always do the replacement now, after realizing the sentinel pattern
-# was acutally already in the file...  too much subtlety can get one into trouble.
+# was actually already in the file...  too much subtlety can get one into trouble.
 sed -i "0,/$pattern/{s/$pattern/$replacement/}" /etc/samba/smb.conf
 test_or_die "patching samba configuration to enable write acccess on user home dirs"
 # sweet, looks like that worked...