From 5de095c9dd90a52cd554972338fa6cb1a6c06c0d Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 23 May 2003 07:28:29 +0000 Subject: [PATCH] Fixed typo. --- doc/scsh-manual/running.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/scsh-manual/running.tex b/doc/scsh-manual/running.tex index 1684647..bb3e99b 100644 --- a/doc/scsh-manual/running.tex +++ b/doc/scsh-manual/running.tex @@ -818,13 +818,13 @@ or \ex{--} flags. \subsection{Stripped image} Besides the standard image \ex{scsh.image} scsh also ships with the -much smaller image \ex{stripped-scsh.image}. This image contains -the same code as the standard image but has almost all debugging -information removed. \ex{stripped-scsh.image} is intended to be -used with standalone programs where startup time and memory -consumption count but debugging an errors the scheme code is not that -important. To use the image the VM has to be called directly and the -path to the image must be given after the \ex{-i} argument. +much smaller image \ex{stripped-scsh.image}. This image contains the +same code as the standard image but has almost all debugging +information removed. \ex{stripped-scsh.image} is intended to be used +with standalone programs where startup time and memory consumption +count but debugging the scheme code is not that important. To use the +image the VM has to be called directly and the path to the image must +be given after the \ex{-i} argument. \subsection{Inserting interpreter triggers into heap images} {\scm}'s heap image format allows for an informational header: