Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Noticed a typo.
  • Loading branch information
rhalff committed Mar 12, 2016
1 parent c03c247 commit ac99caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode.go
Expand Up @@ -163,7 +163,7 @@ func readMetaData(r io.Reader) (MetaData, error) {

switch kind {
case invalidBlockType:
return meta, errors.New("Invalid metedata block type (127)")
return meta, errors.New("Invalid metadata block type (127)")

case streamInfoType:
meta.StreamInfo, err = readStreamInfo(header)
Expand Down

0 comments on commit ac99caa

Please sign in to comment.