[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 17 Dec 2003 19:20:23 -0000


matthew		Wed Dec 17 14:20:23 2003 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Fix misspelling of argument.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.159 loncom/interface/loncommon.pm:1.160
--- loncom/interface/loncommon.pm:1.159	Mon Dec 15 14:23:03 2003
+++ loncom/interface/loncommon.pm	Wed Dec 17 14:20:23 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.159 2003/12/15 19:23:03 www Exp $
+# $Id: loncommon.pm,v 1.160 2003/12/17 19:20:23 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1120,7 +1120,7 @@
               @_,
               );
     my $jscall = "javascript:changed_radio('loc',$in{'formname'});";
-    my $result.=&mt('[_1] Local Authentication with arguement [_2]',
+    my $result.=&mt('[_1] Local Authentication with argument [_2]',
                     '<input type="radio" name="login" value="loc" '.
                         'onchange="'.$jscall.'" onclick="'.$jscall.'" />',
                     '<input type="text" size="10" name="locarg" value="" '.
@@ -1298,7 +1298,7 @@
 
 =item * get_related_words
 
-Look up a word in the thesaurus.  Takes a scalar arguement and returns
+Look up a word in the thesaurus.  Takes a scalar argument and returns
 an array of words.  If the keyword is not in the thesaurus, an empty array
 will be returned.  The order of the words returned is determined by the
 database which holds them.