Fixed typo boudrary -> boundary
Andy Grundman [Fri, 16 Sep 2005 19:12:08 +0000 (19:12 +0000)]
lib/HTTP/Body/MultiPart.pm

index 1bdecca..6dc3b9c 100644 (file)
@@ -31,7 +31,7 @@ sub init {
 
     unless ( $self->content_type =~ /boundary=\"?([^\";,]+)\"?/ ) {
         my $content_type = $self->content_type;
-        Carp::croak("Invalid boudrary in content_type: '$content_type'");
+        Carp::croak("Invalid boundary in content_type: '$content_type'");
     }
 
     $self->{boundary} = $1;