aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interp/io.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/io.boot b/src/interp/io.boot
index 006781ac..bb93e42b 100644
--- a/src/interp/io.boot
+++ b/src/interp/io.boot
@@ -160,7 +160,7 @@ structure %Reader ==
Record(ins: %InputStream,est: %OutputStream,
lines: %List %String,sline: %Line) with
readerInput == (.ins)
- readerError == (.ost) -- error output stream
+ readerError == (.est) -- error output stream
readerPendingLines == (.lines)
readerSourceLine == (.sline) -- current input line