summaryrefslogtreecommitdiff
path: root/macos/uninstall-pandoc.pl
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2017-08-23 13:48:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-23 13:48:10 -0700
commit5c1d844e40b146dd16e88a662368fe1824c46888 (patch)
tree1df69a45aa73700b6f9c7683a0691c16755c2f7d /macos/uninstall-pandoc.pl
parentf297659d508fcb2ba68ff3b071b2a6e85b2f7e4c (diff)
Name change OSX -> macOS (#3869)
* Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows
Diffstat (limited to 'macos/uninstall-pandoc.pl')
-rwxr-xr-xmacos/uninstall-pandoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/uninstall-pandoc.pl b/macos/uninstall-pandoc.pl
index a5194d9bd..c853727d9 100755
--- a/macos/uninstall-pandoc.pl
+++ b/macos/uninstall-pandoc.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Script to remove all files installed by the OSX pandoc installer
+# Script to remove all files installed by the macOS pandoc installer
# and unregister the package. Modified from a script contributed
# by Daniel T. Staal.