Skip to content

Commit

Permalink
[backend] fix spelling in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 19, 2014
1 parent 027cc83 commit 9a474ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -6224,7 +6224,7 @@ sub copybuild {

sub uploadbuild {
my ($cgi, $projid, $repoid, $arch, $packid) = @_;
die("illageal package '$packid'\n") if $packid =~ /^_/;
die("illegal package '$packid'\n") if $packid =~ /^_/;
checkprojrepoarch($projid, $repoid, $arch);
my $reposerver = $BSConfig::partitioning ? projid2reposerver($projid) : $BSConfig::reposerver;
my $param = {
Expand Down

0 comments on commit 9a474ce

Please sign in to comment.