spelling: output

This commit is contained in:
Josh Soref 2018-03-13 08:27:26 +00:00
parent 35353faa62
commit 61030c0d85
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ import (
"testing"
)
func TestLocalOuputDir_impl(t *testing.T) {
func TestLocalOutputDir_impl(t *testing.T) {
var _ OutputDir = new(LocalOutputDir)
}