[open-ils-commits] r8860 - trunk/Open-ILS/src/cgi-bin

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 4 13:42:04 EST 2008


Author: dbs
Date: 2008-03-04 13:09:48 -0500 (Tue, 04 Mar 2008)
New Revision: 8860

Modified:
   trunk/Open-ILS/src/cgi-bin/lib-setup.cgi
Log:
Fix typos (thanks Mark Ellis for pointing these out)


Modified: trunk/Open-ILS/src/cgi-bin/lib-setup.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/lib-setup.cgi	2008-03-04 16:01:40 UTC (rev 8859)
+++ trunk/Open-ILS/src/cgi-bin/lib-setup.cgi	2008-03-04 18:09:48 UTC (rev 8860)
@@ -298,7 +298,7 @@
 
 			print Tr( "<td colspan='2'><input type='submit' name='action' value='Update'/></td>" );
 			print	"</table><span style='color:red;'>*</span>".
-				"You must hide every OU you want hidden, not just an anscestor!</form>";
+				"You must hide every OU you want hidden, not just an ancestor!</form>";
 
 			#-------------------------------------------------------------------------
 			# Hours of operation form
@@ -349,7 +349,7 @@
 			# Address edit form
 			#-------------------------------------------------------------------------
 
-			print "<hr/><h2>Adresses for ".$node->name."</h2>";
+			print "<hr/><h2>Addresses for ".$node->name."</h2>";
 			print	"<table cellspacing='20'><tr>";
 			my %addrs = (	ill_address	=> 'ILL Address',
 					holds_address	=> 'Consortial Holds Address',



More information about the open-ils-commits mailing list