LP#2012105 - Comment typo in AddedContent.pm
authorJosh Stompro <stompro@stompro.org>
Fri, 17 Mar 2023 19:14:43 +0000 (14:14 -0500)
committerJane Sandberg <sandbergja@gmail.com>
Sat, 18 Mar 2023 17:34:37 +0000 (10:34 -0700)
Small tiny comment typo HTPP istead of HTTP

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm

index 254d790..2979d41 100644 (file)
@@ -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 ) = @_;