diff options
-rw-r--r-- | skate/schema.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/schema.go b/skate/schema.go index d58d1e8..14397e9 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -65,7 +65,7 @@ func RefToRelease(ref *Ref) (*Release, error) { return &release, nil } -// parseIsbn tries to find and validate ISBN from unstrucuted data. +// parseIsbn tries to find and validate ISBN from unstructured data. func parseIsbn(s string) []string { // ISBN: 10: 0137822693, pp: 373 // Robotec, E. (1996). Scorbot ER VII, User's Manual, Eshed Robotec, |