aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmacos/uninstall-pandoc.pl2
-rw-r--r--xml-light/Text/Pandoc/XML/Light/Output.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/macos/uninstall-pandoc.pl b/macos/uninstall-pandoc.pl
index c853727d9..ebd9d0e49 100755
--- a/macos/uninstall-pandoc.pl
+++ b/macos/uninstall-pandoc.pl
@@ -41,7 +41,7 @@ die "Pandoc not installed.\n" if !( defined($volume) );
my @pkg_files = `pkgutil --volume '$volume' --only-files --files '$pkg_id'`;
@pkg_files = map { chomp; File::Spec->rel2abs($_, $volume) } @pkg_files;
-# Confirm uninistall with the user.
+# Confirm uninstall with the user.
print "The following files will be deleted:\n\n";
print join("\n", @pkg_files);
print "\n\n";
diff --git a/xml-light/Text/Pandoc/XML/Light/Output.hs b/xml-light/Text/Pandoc/XML/Light/Output.hs
index 2f865308e..0caba6899 100644
--- a/xml-light/Text/Pandoc/XML/Light/Output.hs
+++ b/xml-light/Text/Pandoc/XML/Light/Output.hs
@@ -35,7 +35,7 @@ import Data.Text.Lazy.Builder (Builder, singleton, fromText, toLazyText)
import Text.Pandoc.XML.Light.Types
--
--- duplicates functinos from Text.XML.Output
+-- duplicates functions from Text.XML.Output
--
-- | The XML 1.0 header