From: Don Armstrong Date: Thu, 31 Jan 2013 16:34:30 +0000 (-0800) Subject: fix handle_queue typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4cb1812f20655636db94446899b7438b9f56d7f;p=debbugs.git fix handle_queue typo --- diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index 3215df9f..34caad0c 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -173,7 +173,7 @@ while (my $dir = shift @dirs) { load_bug($schema,split_status_fields($data),\%tags,\%queue); } } -hanlde_queue($schema,\%queue); +handle_queue($schema,\%queue); sub load_bug { my ($s,$data,$tags,$queue) = @_;