From 9d37682f9951634c337fa6fbc7118c2db689df13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 11 Oct 1996 09:45:36 +0200
Subject: [PATCH] typos fixed

Rev: doc/precompiled/string_buffer:1.2
---
 doc/precompiled/string_buffer | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/precompiled/string_buffer b/doc/precompiled/string_buffer
index ff0ea90307..61379133ab 100644
--- a/doc/precompiled/string_buffer
+++ b/doc/precompiled/string_buffer
@@ -11,19 +11,17 @@ BUGS
 
 ============================================================================
 NAME
-	create - initielize the buffer
+	flush - flush the contents of the buffer
 
 SYNTAX
 	#include <string.h>
 
-	void string_buffer->create();
-	or
-	object clone(String_buffer);
+	void string_buffer->flush();
 
 DESCRIPTION
-	This function initializes the string buffer. You can call this
-	function to clear the contents of the buffer once it has been
-	used.
+	This function empties the string buffer. You don't need to call this
+	function if you use the string buffer only once since the start
+	state for a string buffer is flushed.
 
 ============================================================================
 NAME
-- 
GitLab