--- loncom/publisher/lonpublisher.pm 2024/12/20 00:13:52 1.305 +++ loncom/publisher/lonpublisher.pm 2024/12/27 04:01:41 1.306 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.305 2024/12/20 00:13:52 raeburn Exp $ +# $Id: lonpublisher.pm,v 1.306 2024/12/27 04:01:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -428,7 +428,7 @@ sub common_access { } my %lt = &Apache::lonlocal::texthash( 'default' => 'System wide - can be used for any courses system wide', - 'domain' => 'Domain only - use limited to courses in the domai', + 'domain' => 'Domain only - use limited to courses in the domain', 'custom' => 'Customized right of use ...', 'public' => 'Public - no authentication or authorization required for use', 'closed' => 'Closed - XML source is closed to everyone',