diff --git a/Koha/REST/V1/Holds.pm b/Koha/REST/V1/Holds.pm index ea233ffb325..92c2301f836 100644 --- a/Koha/REST/V1/Holds.pm +++ b/Koha/REST/V1/Holds.pm @@ -36,7 +36,7 @@ use Try::Tiny; =head3 list -Mehtod that handles listing Koha::Hold objects +Method that handles listing Koha::Hold objects =cut diff --git a/Koha/REST/V1/Static.pm b/Koha/REST/V1/Static.pm index 930d88f3a5e..233fa4e751d 100644 --- a/Koha/REST/V1/Static.pm +++ b/Koha/REST/V1/Static.pm @@ -27,7 +27,7 @@ use Try::Tiny; =head3 get -Mehtod that gets file contents +Method that gets file contents =cut @@ -80,4 +80,4 @@ sub get { } -1; \ No newline at end of file +1;