From: Josh Stompro Date: Fri, 17 Mar 2023 19:14:43 +0000 (-0500) Subject: LP#2012105 - Comment typo in AddedContent.pm X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce70500b020cd6799377f6eb16a3f7a28a691a05;p=evergreen%2Fpines.git LP#2012105 - Comment typo in AddedContent.pm Small tiny comment typo HTPP istead of HTTP Signed-off-by: Josh Stompro Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm index 254d790cf6..2979d41d9d 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm @@ -282,7 +282,7 @@ sub print_content { -# returns an HTPP::Response object +# returns an HTTP::Response object sub get_url { my( $self, $url ) = @_; @@ -296,7 +296,7 @@ sub get_url { return $res; } -# returns an HTPP::Response object +# returns an HTTP::Response object sub post_url { my( $self, $url, $content ) = @_;