From c1f84593d34ee891a5828507519f343c19b78501 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 27 Nov 2008 04:06:00 +0000 Subject: [PATCH] Typos git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11361 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index ad4a388229..1730097726 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -918,7 +918,7 @@ INSERT INTO permission.perm_list VALUES INSERT INTO permission.perm_list VALUES (47, 'UPDATE_ORG_UNIT', oils_i18n_gettext(47, 'Allow a user to change the settings for an organization unit', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES - (48, 'VIEW_CIRCULATIONS', oils_i18n_gettext(48, 'Allow a user to see what another use has checked out', 'ppl', 'description')); + (48, 'VIEW_CIRCULATIONS', oils_i18n_gettext(48, 'Allow a user to see what another user has checked out', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES (42, 'VIEW_TRANSACTION', oils_i18n_gettext(42, 'Allow a user may view another user''s transactions', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES @@ -1100,7 +1100,7 @@ INSERT INTO permission.perm_list VALUES INSERT INTO permission.perm_list VALUES (137, 'ITEM_AGE_PROTECTED.override', oils_i18n_gettext(137, 'Allow a user to place a hold on an age-protected item', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES - (138, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext(138, 'Allow a user to renew an item past the maximun renewal count', 'ppl', 'description')); + (138, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext(138, 'Allow a user to renew an item past the maximum renewal count', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES (139, 'PATRON_EXCEEDS_CHECKOUT_COUNT.override', oils_i18n_gettext(139, 'Allow staff to override checkout count failure', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES -- 2.11.0