Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jul 28, 2017
1 parent d641259 commit 086596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sub depends {
sub total {
my ($self, $total) = @_;
if ($total) { $self->{total} = shift }
returnn $self->{total};
return $self->{total};
}

sub spin {
Expand Down

0 comments on commit 086596b

Please sign in to comment.