chore: fix some comments

This commit is contained in:
closeobserve 2024-08-02 14:52:55 +08:00 committed by John MacFarlane
parent 1a56865705
commit 7a83cac6c3
2 changed files with 2 additions and 2 deletions
macos
xml-light/Text/Pandoc/XML/Light

View file

@ -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";

View file

@ -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