From 4838235c59fd7ad4c903e8354ec8ba4482c1f11d Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Fri, 17 Mar 2023 14:14:43 -0500 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) = @_; -- 2.11.0