Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling error #367

Closed
guimard opened this issue Jan 23, 2020 · 3 comments
Closed

Spelling error #367

guimard opened this issue Jan 23, 2020 · 3 comments
Labels
fixed The bug has been fixed

Comments

@guimard
Copy link
Contributor

guimard commented Jan 23, 2020

Hi,

a little spelling error:

--- a/lib/Sisimai/MIME.pm
+++ b/lib/Sisimai/MIME.pm
@@ -275,7 +275,7 @@
             # Find internal multipart/* blocks and decode
             if( $e =~ $thisformat ) {
                 # Found Content-Type field at the first or second line of this
-                # splitted part
+                # split part
                 my $nextformat = lc $1;

                 next unless $nextformat =~ $leavesonly;
--- a/lib/Sisimai/RFC5322.pm
+++ b/lib/Sisimai/RFC5322.pm
@@ -272,7 +272,7 @@
 =head2 C<B<fillet(I<String>, I<RegExp>)>>

 C<fillet()> returns array reference which include error message lines of given
-message body and the original message part splitted by the 2nd argument.
+message body and the original message part split by the 2nd argument.

     my $v = 'Error message here
     Content-Type: message/rfc822
@azumakuniyuki
Copy link
Member

@guimard Thank you as always :-)

% patch -p1 < issue-367-from-guimard.patch
patching file lib/Sisimai/MIME.pm
patching file lib/Sisimai/RFC5322.pm

@guimard
Copy link
Contributor Author

guimard commented Jan 24, 2020

/me transfers a thank to lintian 😉

@azumakuniyuki
Copy link
Member

@guimard Thanks to You and Lintian !

azumakuniyuki added a commit that referenced this issue Jan 28, 2020
@azumakuniyuki azumakuniyuki added the fixed The bug has been fixed label Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The bug has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants