spelling: signature

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-19 22:01:58 -05:00
parent 801fd64a11
commit 97d3e8fa7f
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ func runVerify(t *testing.T, ca string, resp string, shouldSucceed bool) {
}
} else {
if !shouldSucceed {
t.Fatalf("expected an invalid signatrue but verification has been successful")
t.Fatalf("expected an invalid signature but verification has been successful")
}
}
}