Bugzilla – Attachment 115602 Details for
Bug 27179
Misspelling of Method in REST API files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27179: Misspelling of Method in REST API files
Bug-27179-Misspelling-of-Method-in-REST-API-files.patch (text/plain), 1.23 KB, created by
Kyle M Hall (khall)
on 2021-01-21 19:28:21 UTC
(
hide
)
Description:
Bug 27179: Misspelling of Method in REST API files
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 19:28:21 UTC
Size:
1.23 KB
patch
obsolete
>From c9a6ba3c4e9a26c16f3f2c6b62ae9b4a69d06fa8 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.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.24.1 (Apple Git-126)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27179
:
115282
|
115315
| 115602