Skip to content

Commit 7a83cac

Browse files
closeobservejgm
authored andcommitted
chore: fix some comments
1 parent 1a56865 commit 7a83cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macos/uninstall-pandoc.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
my @pkg_files = `pkgutil --volume '$volume' --only-files --files '$pkg_id'`;
4242
@pkg_files = map { chomp; File::Spec->rel2abs($_, $volume) } @pkg_files;
4343

44-
# Confirm uninistall with the user.
44+
# Confirm uninstall with the user.
4545
print "The following files will be deleted:\n\n";
4646
print join("\n", @pkg_files);
4747
print "\n\n";

xml-light/Text/Pandoc/XML/Light/Output.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import Data.Text.Lazy.Builder (Builder, singleton, fromText, toLazyText)
3535
import Text.Pandoc.XML.Light.Types
3636

3737
--
38-
-- duplicates functinos from Text.XML.Output
38+
-- duplicates functions from Text.XML.Output
3939
--
4040

4141
-- | The XML 1.0 header

0 commit comments

Comments
 (0)