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

bisitz bisitz at source.lon-capa.org
Fri Feb 28 14:24:03 EST 2014


bisitz		Fri Feb 28 19:24:03 2014 EDT

  Modified files:              
    /loncom/interface	lonwishlist.pm lonwishlistdisplay.pm 
  Log:
  Fix typos in comments
  
  
  
Index: loncom/interface/lonwishlist.pm
diff -u loncom/interface/lonwishlist.pm:1.20 loncom/interface/lonwishlist.pm:1.21
--- loncom/interface/lonwishlist.pm:1.20	Mon Feb 17 16:40:22 2014
+++ loncom/interface/lonwishlist.pm	Fri Feb 28 19:24:03 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility-routines for wishlist
 #
-# $Id: lonwishlist.pm,v 1.20 2014/02/17 16:40:22 raeburn Exp $
+# $Id: lonwishlist.pm,v 1.21 2014/02/28 19:24:03 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -197,7 +197,7 @@
     my $date = gmtime();
     # Create Entry-Object
     my $entry = Entry->new(title => $title, path => $path, note => $note, date => $date);
-    # Create Tree-Object, this correspones a node in the wishlist-tree
+    # Create Tree-Object, this corresponds a node in the wishlist-tree
     my $tree = Tree->new($entry);
     # Add this node to wishlist-tree
     my $folderIndex = $env{'form.folders'};
Index: loncom/interface/lonwishlistdisplay.pm
diff -u loncom/interface/lonwishlistdisplay.pm:1.5 loncom/interface/lonwishlistdisplay.pm:1.6
--- loncom/interface/lonwishlistdisplay.pm:1.5	Sun Feb 16 21:50:16 2014
+++ loncom/interface/lonwishlistdisplay.pm	Fri Feb 28 19:24:03 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to display the wishlist (handler)
 #
-# $Id: lonwishlistdisplay.pm,v 1.5 2014/02/16 21:50:16 raeburn Exp $
+# $Id: lonwishlistdisplay.pm,v 1.6 2014/02/28 19:24:03 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -170,7 +170,7 @@
         @marked = ();
         $r->print($page);
     } else {
-        # An error occured, print an error-page
+        # An error occurred, print an error-page
         my $errorPage = &Apache::lonwishlist::makeErrorPage();
         $r->print($errorPage);
     }




More information about the LON-CAPA-cvs mailing list