From 4541ae4bec106d3d680edf3c25ca8f80287a83c9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Feb 2014 07:25:37 -0800 Subject: Typos. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 2f897fd3..a9a6d9ab 100644 --- a/txr.1 +++ b/txr.1 @@ -11450,7 +11450,7 @@ the stream. If two or more stream types support a property of the same name, it is expected that the property has the same or very similar meaning for both streams to the maximum extent that similarity is possible possible. -The stream-set-prop fucntion sets a property on a stream. The +The stream-set-prop function sets a property on a stream. The argument is a symbol, usually a keyword symbol, denoting the property, and is the property value. If the stream understands and accepts the property, the function returns t. Otherwise it returns nil. @@ -11482,7 +11482,7 @@ Description The make-catenated-stream function takes zero or more arguments which are input streams of the same type. -A concatenaed stream does not support seeking operations or output, +A catenated stream does not support seeking operations or output, regardless of the capabilities of the streams in the list. If the stream list is not empty, then the leftmost element of the -- cgit v1.2.3