Skip to content

Commit

Permalink
fix typo in SQLReport
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 11, 2010
1 parent 7eda8f7 commit 996acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Asset/Wobject/SQLReport.pm
Expand Up @@ -232,7 +232,7 @@ property downloadType => (
options => \&_downloadType_options,
extras => "onclick='changeDownloadType(this)'"
);
sub _downoadType_options {
sub _downloadType_options {
my $self = shift;
tie my %downloadTypes, 'Tie::IxHash',
"none" => "No Download",
Expand Down

0 comments on commit 996acb5

Please sign in to comment.