summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-openapi/errors/parsing.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-openapi/errors/parsing.go')
-rw-r--r--vendor/github.com/go-openapi/errors/parsing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-openapi/errors/parsing.go b/vendor/github.com/go-openapi/errors/parsing.go
index 1bae87302a..0f96ce2094 100644
--- a/vendor/github.com/go-openapi/errors/parsing.go
+++ b/vendor/github.com/go-openapi/errors/parsing.go
@@ -16,7 +16,7 @@ package errors
import "fmt"
-// ParseError respresents a parsing error
+// ParseError represents a parsing error
type ParseError struct {
code int32
Name string