test: s/expeted/expected
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
4e885c68e2
commit
001f33d038
@ -313,7 +313,7 @@ sub commit_log {
|
||||
if (-f $logname) {
|
||||
my $diff = `diff -u '$logname' '$logname.tmp'`;
|
||||
if ($diff) {
|
||||
warn "got unexpeted output\n";
|
||||
warn "got unexpected output\n";
|
||||
print "# diff -u '$logname' '$logname.tmp'\n";
|
||||
print $diff;
|
||||
exit(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user