Diff for /loncom/interface/spellcheck.pm between versions 1.2 and 1.3

version 1.2, 2012/08/27 11:09:56 version 1.3, 2012/09/04 10:46:05
Line 76  sub spell_check { Line 76  sub spell_check {
   
     #  Turn the words into an array:      #  Turn the words into an array:
   
     my @word_list = split(/\s+/, $words);      my @word_list = split(/\+/, $words);
   
     my @mis_spelled;      my @mis_spelled;
     foreach my $word (@word_list) {      foreach my $word (@word_list) {

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>