Fix typos catched via misspell (thanks Go Report Card!)

This commit is contained in:
pancho horrillo
2019-11-19 14:06:54 +01:00
parent bc917ff166
commit 92fbb72735
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ func TestSpawnWritesToStdout(t *testing.T) {
jldata := decodeJailLover(out.Bytes())
if jldata.Cmdline[0] != locateJailLover() {
t.Error("Ouput does not match jaillover's")
t.Error("Output does not match jaillover's")
}
}