From 17a0bebcf6cea5e3181bb61c341fc39fcfb5e3d9 Mon Sep 17 00:00:00 2001 From: Mazen Khallaf Date: Tue, 19 Jan 2021 02:01:43 +0000 Subject: [PATCH] Bug 27179: Misspelling of Method in REST API files Test Plan: 1. Run "git grep -i mehtod" (which should return 2 files) 2. Apply patch 3. Rerun grep command (should return no files) Signed-off-by: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart (cherry picked from commit a22b3bb504b0a9a77aa9ce3e9f326cc71fcf8d96) Signed-off-by: Fridolin Somers (cherry picked from commit 252564ebd74bef4a0f6c902b82ecb902c8905986) Signed-off-by: Andrew Fuerste-Henry (cherry picked from commit 1653117d2044c0c507be5eb0190a172efbec87e1) Signed-off-by: Victor Grousset/tuxayo --- Koha/REST/V1/Holds.pm | 2 +- Koha/REST/V1/Static.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/REST/V1/Holds.pm b/Koha/REST/V1/Holds.pm index 41e93fc308..86a8834ed7 100644 --- a/Koha/REST/V1/Holds.pm +++ b/Koha/REST/V1/Holds.pm @@ -35,7 +35,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 e64fd8344b..13dd96965d 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 @@ -81,4 +81,4 @@ sub get { } -1; \ No newline at end of file +1; -- 2.39.5