| Index: src/isolate.cc
|
| ===================================================================
|
| --- src/isolate.cc (revision 14601)
|
| +++ src/isolate.cc (working copy)
|
| @@ -1362,7 +1362,7 @@
|
| // We are bootstrapping and caught an error where the location is set
|
| // and we have a script for the location.
|
| // In this case we could have an extension (or an internal error
|
| - // somewhere) and we print out the line number at which the error occured
|
| + // somewhere) and we print out the line number at which the error occurred
|
| // to the console for easier debugging.
|
| int line_number = GetScriptLineNumberSafe(location->script(),
|
| location->start_pos());
|
|
|