Skip to content

Commit 0b6e35a

Browse files
committed
fix typo, BinGOs++
1 parent 2bc5c05 commit 0b6e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalbot.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ package Evalbot;
251251
}
252252
} elsif ($message =~ m/\Aevalbot\s*rebuild\s+(\w+)/) {
253253
system "./build.pl $1 &";
254-
return "OK (started asyncronously)";
254+
return "OK (started asynchronously)";
255255
}
256256
return;
257257
}

0 commit comments

Comments
 (0)