From f930b6324fbef03b235fd6e9a41c40b7ad42b600 Mon Sep 17 00:00:00 2001
From: Mazen Khallaf <mazen.i.khallaf@gamil.com>
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 <david@davidnind.com>
---
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 ea233ffb32..92c2301f83 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 930d88f3a5..233fa4e751 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;
--
2.11.0