Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct an error.
  • Loading branch information
jnthn committed Feb 12, 2012
1 parent 44811ea commit 3614f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/nqp.ops
Expand Up @@ -1519,7 +1519,7 @@ inline op nqp_add_code_ref_to_sc(in PMC, in INT, in PMC) :base_core {
}
else
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,
"Can only use nqp_add_object_to_sc to add a Sub");
"Can only use nqp_code_ref_to_sc to add a Sub");
}


Expand Down

0 comments on commit 3614f78

Please sign in to comment.