@@ -265,7 +265,7 @@ defaults write com.apple.systemuiserver menuExtras -array \
265265# Also see: https://github.com/drduh/macOS-Security-and-Privacy-Guide
266266# https://benchmarks.cisecurity.org/tools2/osx/CIS_Apple_OSX_10.12_Benchmark_v1.0.0.pdf
267267
268- # Enable Firewall. Possible values: 0 = off, 1 = on for specific sevices , 2 =
268+ # Enable Firewall. Possible values: 0 = off, 1 = on for specific services , 2 =
269269# on for essential services.
270270sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1
271271
@@ -646,7 +646,7 @@ defaults write ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSav
646646# only allows preferences to be accounted for if all keys of a widget conf are
647647# present. See: https://github.com/JohnCoates/Aerial/issues/976
648648
649- # Only shows clock on main diplays , without seconds or am/pm
649+ # Only shows clock on main displays , without seconds or am/pm
650650defaults write ~ /Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.plist \
651651 LayerClock -string \
652652 ' {
@@ -1116,7 +1116,7 @@ defaults write com.apple.Safari Command1Through9SwitchesTabs -bool true
11161116# Set Safari’s home page to `about:blank` for faster loading
11171117defaults write com.apple.Safari HomePage -string " "
11181118
1119- # Save downloded files to
1119+ # Save downloaded files to
11201120defaults write com.apple.Safari DownloadsPath -string ' ~/Library/Mobile Documents/com~apple~CloudDocs/Downloads'
11211121
11221122# Prevent Safari from opening ‘safe’ files automatically after downloading
@@ -1774,7 +1774,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
17741774# ##############################################################################
17751775
17761776# Disable automatic emoji substitution (i.e. use plain text smileys)
1777- defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticEmojiSubstitutionEnablediMessage " -bool false
1777+ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticEmojiSubstitutionEnabledMessage " -bool false
17781778
17791779# Disable smart quotes as it’s annoying for messages that contain code
17801780defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add " automaticQuoteSubstitutionEnabled" -bool false
0 commit comments