--- loncom/interface/lonwishlist.pm 2014/02/17 16:40:22 1.20 +++ loncom/interface/lonwishlist.pm 2014/02/28 19:24:03 1.21 @@ -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 @@ sub newEntry() { 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'};