Skip to content

Commit

Permalink
Merge typo fix from trunk (2.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Jan 24, 2002
1 parent 14e7b40 commit 43faeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/lib/UI/usertag/if_mm.tag
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ sub {
}
if(! $status and $record and (@groups or $record->{groups}) ) {
goto CHECKIT if $group = shift @groups;
(@groups) = grep /\S/, split /\0,\s]+/, $record->{groups};
(@groups) = grep /\S/, split /[\0,\s]+/, $record->{groups};
($group, @groups) = map { s/^/:/; $_ } @groups;
goto CHECKIT;
}
Expand Down

0 comments on commit 43faeec

Please sign in to comment.