--- loncom/interface/lonpreferences.pm 2004/02/21 01:31:04 1.35 +++ loncom/interface/lonpreferences.pm 2004/03/08 17:31:37 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.35 2004/02/21 01:31:04 matthew Exp $ +# $Id: lonpreferences.pm,v 1.36 2004/03/08 17:31:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -63,7 +63,7 @@ use Apache::lonlocal; ################################################## sub des_keys { # Make a new key for DES encryption. - # Each key has two parts which are returned seperately. + # Each key has two parts which are returned separately. # Please note: Each key must be passed through the &hex function # before it is output to the web browser. The hex versions cannot # be used to decrypt. @@ -503,7 +503,7 @@ sub passwordchanger { $errormessage

-