Skip to content

Commit

Permalink
"on line #", not "in line #"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmut Holzgraefe committed Feb 28, 2003
1 parent 06e43b9 commit 86572bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ext_skel_ng/xml_stream_parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function tag_close($parser, $tag)
}

function error($msg) {
die("$msg in line ".xml_get_current_line_number($this->parser));
die("$msg on line ".xml_get_current_line_number($this->parser));
}
} // end of class xml
?>

0 comments on commit 86572bd

Please sign in to comment.