Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-pasto in an error.
  • Loading branch information
jnthn committed Oct 28, 2011
1 parent bcf7a04 commit 65f926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/reprs/P6int.c
Expand Up @@ -47,7 +47,7 @@ static INTVAL defined(PARROT_INTERP, PMC *obj) {
PARROT_DOES_NOT_RETURN
static void die_no_attrs(PARROT_INTERP) {
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,
"P6str representation does not support attribute storage");
"P6int representation does not support attribute storage");
}

/* Gets the current value for an attribute. */
Expand Down

0 comments on commit 65f926d

Please sign in to comment.