| Index: src/runtime.cc
|
| ===================================================================
|
| --- src/runtime.cc (revision 14601)
|
| +++ src/runtime.cc (working copy)
|
| @@ -3376,7 +3376,7 @@
|
| subject,
|
| expected_parts);
|
|
|
| - // Number of parts added by compiled replacement plus preceeding
|
| + // Number of parts added by compiled replacement plus preceding
|
| // string and possibly suffix after last match. It is possible for
|
| // all components to use two elements when encoded as two smis.
|
| const int parts_added_per_loop = 2 * (compiled_replacement.parts() + 2);
|
|
|