--- loncom/interface/domainprefs.pm 2013/03/01 04:17:15 1.192 +++ loncom/interface/domainprefs.pm 2013/03/04 18:05:39 1.193 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.192 2013/03/01 04:17:15 raeburn Exp $ +# $Id: domainprefs.pm,v 1.193 2013/03/04 18:05:39 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3289,7 +3289,7 @@ sub authorrequest_titles { sub courserequest_conditions { my %conditions = &Apache::lonlocal::texthash ( approval => '(Processing of request subject to approval by Domain Coordinator).', - validate => '(Processing of request subject to instittutional validation).', + validate => '(Processing of request subject to institutional validation).', ); return %conditions; }