Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Apr 6, 2011
1 parent 96a577b commit 3cc8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tnetstring/tns_core.c
Expand Up @@ -122,7 +122,7 @@ static void* tns_parse_payload(tns_type_tag type, const char *data, size_t len)
break; break;
// Whoops, that ain't a tnetstring. // Whoops, that ain't a tnetstring.
default: default:
sentinel("Not a tnetsring: invalid type tag."); sentinel("Not a tnetstring: invalid type tag.");
} }


return val; return val;
Expand Down

0 comments on commit 3cc8e00

Please sign in to comment.