Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baby-gnu committed Dec 27, 2017
1 parent 05b4c79 commit b13ffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/reprs/Decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static const MVMREPROps Decoder_this_repr = {
void MVM_decoder_ensure_decoder(MVMThreadContext *tc, MVMObject *decoder, const char *op) {
if (REPR(decoder)->ID != MVM_REPR_ID_Decoder || !IS_CONCRETE(decoder))
MVM_exception_throw_adhoc(tc,
"Operatation '%s' can only work on an object with the Decoder representation",
"Operation '%s' can only work on an object with the Decoder representation",
op);
}

Expand Down

0 comments on commit b13ffb5

Please sign in to comment.