From 1206a3f94abd439e528fcf606fcb7ebaf75c8ab4 Mon Sep 17 00:00:00 2001 From: gmc Date: Mon, 13 Dec 2010 18:20:43 +0000 Subject: [PATCH] regularize spelling of "fulfill" Based on patch by Steve Callender Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@18995 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/ils_events.xml | 2 +- Open-ILS/src/perlmods/OpenILS/WWW/Method.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml index 85d8b7e614..96021e6d64 100644 --- a/Open-ILS/src/extras/ils_events.xml +++ b/Open-ILS/src/extras/ils_events.xml @@ -832,7 +832,7 @@ Copy is reference material - Copy is needed to fulfil a hold + Copy is needed to fulfill a hold Circulation has no more renewals remaining diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm index 9543fbf7c1..c5dc94c55a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm @@ -41,7 +41,7 @@ sub handler { if( ! $service || ! $method ) { $err = { is_err => 1, - err_msg => "Service name and method name required to fulfil request", + err_msg => "Service name and method name required to fulfill request", }; } -- 2.11.0