From c778c9f30dab008e3a3d356d6dcc0486e243c924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 7 May 2018 12:49:10 +0100 Subject: [PATCH] Fix rogue double-spacing (#46776) --- CODE_OF_CONDUCT.md | 2 +- Casks/cocoaspell.rb | 2 +- Casks/xfinity-wifi.rb | 4 ++-- developer/bin/list_apps_in_pkg | 4 ++-- developer/bin/list_id_in_kext | 2 +- developer/bin/list_ids_in_app | 2 +- developer/bin/list_ids_in_pkg | 2 +- developer/bin/list_loaded_launchjob_ids | 6 +++--- developer/bin/list_payload_in_pkg | 2 +- developer/bin/list_pkg_ids_by_regexp | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 504cf1e590..b09fe0af7b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -58,7 +58,7 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain -confidentiality with regard to the reporter of an incident. Further details of +confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good diff --git a/Casks/cocoaspell.rb b/Casks/cocoaspell.rb index 74decc92f4..496633f7fd 100644 --- a/Casks/cocoaspell.rb +++ b/Casks/cocoaspell.rb @@ -28,7 +28,7 @@ cask 'cocoaspell' do ] caveats <<~EOS - Non-English dictionaries must be installed separately. For more information, see + Non-English dictionaries must be installed separately. For more information, see http://people.ict.usc.edu/~leuski/cocoaspell/install_dict.php EOS diff --git a/Casks/xfinity-wifi.rb b/Casks/xfinity-wifi.rb index 69a7635648..47d89424c6 100644 --- a/Casks/xfinity-wifi.rb +++ b/Casks/xfinity-wifi.rb @@ -10,8 +10,8 @@ cask 'xfinity-wifi' do pkg 'XFINITY_WiFi.pkg' - # This is a horrible hack to force the file extension. The - # backend code should be fixed so that this is not needed. + # This is a horrible hack to force the file extension. + # The backend code should be fixed so that this is not needed. preflight do system_command '/bin/mv', args: ['--', staged_path.join('download_mac.php'), staged_path.join('XFINITY_WiFi.pkg')] end diff --git a/developer/bin/list_apps_in_pkg b/developer/bin/list_apps_in_pkg index 9e0411322f..6e62e37f58 100755 --- a/developer/bin/list_apps_in_pkg +++ b/developer/bin/list_apps_in_pkg @@ -97,11 +97,11 @@ The given package file need not be installed. If an App of the listed name is already installed in /Applications or ~/Applications, it will be followed by a plus symbol '(+)' in -the output. This can be verified via 'ls' or the Finder. +the output. This can be verified via 'ls' or the Finder. Arguments - -lax Be less selective in looking for App names. Generate + -lax Be less selective in looking for App names. Generate more, but less accurate, guesses. Bugs: This script is imperfect. diff --git a/developer/bin/list_id_in_kext b/developer/bin/list_id_in_kext index b1ee95a771..616bd5db53 100755 --- a/developer/bin/list_id_in_kext +++ b/developer/bin/list_id_in_kext @@ -77,7 +77,7 @@ stanza, eg The kext need not be loaded for this script to work. If a given kext is currently loaded, it will be followed by a plus -symbol '(+)' in the output. This can be verified via the command +symbol '(+)' in the output. This can be verified via the command /usr/sbin/kextstat -kl -b 'kext.id.goes.here' diff --git a/developer/bin/list_ids_in_app b/developer/bin/list_ids_in_app index 89bb253a5f..d34ea50108 100755 --- a/developer/bin/list_ids_in_app +++ b/developer/bin/list_ids_in_app @@ -146,7 +146,7 @@ Bundle IDs attributed to Apple and common developer frameworks are excluded from the output. If a given app is currently running, it will be followed by a plus -symbol '(+)' in the output. This can be verified via the command +symbol '(+)' in the output. This can be verified via the command list_running_app_ids | grep 'app.id.goes.here' diff --git a/developer/bin/list_ids_in_pkg b/developer/bin/list_ids_in_pkg index 3b0dec4a68..0cdd7a5c80 100755 --- a/developer/bin/list_ids_in_pkg +++ b/developer/bin/list_ids_in_pkg @@ -98,7 +98,7 @@ Package IDs designated by Apple or common development frameworks will be excluded from the output. If a package id is already installed, it will be followed by -a plus symbol '(+)' in the output. This can be verified via +a plus symbol '(+)' in the output. This can be verified via the command /usr/sbin/pkgutil --pkg-info 'package.id.goes.here' diff --git a/developer/bin/list_loaded_launchjob_ids b/developer/bin/list_loaded_launchjob_ids index 4b1330b705..bdc0fc43cf 100755 --- a/developer/bin/list_loaded_launchjob_ids +++ b/developer/bin/list_loaded_launchjob_ids @@ -66,9 +66,9 @@ in a Cask uninstall stanza, eg uninstall launchctl: 'job.id.goes.here' If this command is not run as the superuser, you will be prompted -for a password to run a subcommand using 'sudo'. The password is -not required, but supplying it may reveal additional job ids. To -skip using the password, press repeatedly. +for a password to run a subcommand using 'sudo'. The password is +not required, but supplying it may reveal additional job ids. +To skip using the password, press repeatedly. Launchctl jobs attributed to Apple are excluded from the output. diff --git a/developer/bin/list_payload_in_pkg b/developer/bin/list_payload_in_pkg index cf71bb2aaa..40230bf305 100755 --- a/developer/bin/list_payload_in_pkg +++ b/developer/bin/list_payload_in_pkg @@ -107,7 +107,7 @@ pkg, which may be useful when writing a Cask uninstall stanza. The given package file need not be installed. -The output attempts to be overly inclusive. However, since +The output attempts to be overly inclusive. However, since pkg files are allowed to run arbitrary scripts, there can be no guarantee that the output is exact. diff --git a/developer/bin/list_pkg_ids_by_regexp b/developer/bin/list_pkg_ids_by_regexp index 6c1f392c99..b364c147e1 100755 --- a/developer/bin/list_pkg_ids_by_regexp +++ b/developer/bin/list_pkg_ids_by_regexp @@ -66,7 +66,7 @@ expression, which may be useful in a Cask uninstall stanza, eg uninstall pkgutil: 'pkg.regexp.goes.here' Unlike most other scripts in this directory, package IDs attributed to -Apple are NOT excluded from the output. This is to avoid uninstalling +Apple are NOT excluded from the output. This is to avoid uninstalling essential system files due to an exuberant regexp. For more information, see