From 7247a01186072264139cbc6c9b6d6e860700970e Mon Sep 17 00:00:00 2001 From: gmc Date: Mon, 13 Dec 2010 18:21:37 +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/branches/rel_2_0@18996 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 530eff79aa..1b0c033950 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