Skip to content

Commit

Permalink
Merge pull request #10 from oalders/typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
giterlizzi committed Feb 5, 2024
2 parents 15404b6 + 0ffa695 commit 929eb43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ say $purl; # pkg:cpan/GDT/URI-PackageURL@2.04
# Parse PackageURL string
$purl = URI::PackageURL->from_string('pkg:cpan/GDT/URI-PackageURL@2.04');

# exported funtions
# exported functions

$purl = decode_purl('pkg:cpan/GDT/URI-PackageURL@2.04');
say $purl->type; # cpan
Expand Down
2 changes: 1 addition & 1 deletion examples/rpm-to-purl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# rpm-to-purl - Convert all installed RPM packags in purl string
# rpm-to-purl - Convert all installed RPM packages in purl string

# (C) 2023, Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
# License MIT
Expand Down
4 changes: 2 additions & 2 deletions lib/URI/PackageURL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ URI::PackageURL - Perl extension for Package URL (aka "purl")
# Parse Package URL string
$purl = URI::PackageURL->from_string('pkg:cpan/URI-PackageURL@2.04');
# exported funtions
# exported functions
$purl = decode_purl('pkg:cpan/GDT/URI-PackageURL@2.04');
say $purl->type; # cpan
Expand All @@ -399,7 +399,7 @@ A purl is a URL composed of seven components:
Components are separated by a specific character for unambiguous parsing.
The defintion for each components is:
The definition for each components is:
=over
Expand Down

0 comments on commit 929eb43

Please sign in to comment.