Mercurial > hg > octave-nkf
diff src/error.cc @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | 47f4f4e88166 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/error.cc +++ b/src/error.cc @@ -1358,7 +1358,7 @@ @item 'identifier'\n\ The message identifier of this error message\n\ @item 'stack'\n\ -A structure containing information on where the message occured. This might\n\ +A structure containing information on where the message occurred. This might\n\ be an empty structure if this in the case where this information can not\n\ be obtained. The fields of this structure are:\n\ \n\ @@ -1366,9 +1366,9 @@ @item 'file'\n\ The name of the file where the error occurred\n\ @item 'name'\n\ -The name of function in which the error occured\n\ +The name of function in which the error occurred\n\ @item 'line'\n\ -The line number at which the error occured\n\ +The line number at which the error occurred\n\ @item 'column'\n\ An optional field with the column number at which the error occurred\n\ @end table\n\