From 2d8afa1ad2c004c08210a501d4de9ac87f7056ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 12 Jan 1997 03:36:54 +0100
Subject: [PATCH] Fixed typo.

Rev: doc/precompiled/sql:1.3
---
 doc/precompiled/sql | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/precompiled/sql b/doc/precompiled/sql
index c916e71b9c..8a88950f78 100644
--- a/doc/precompiled/sql
+++ b/doc/precompiled/sql
@@ -18,7 +18,7 @@ SEE ALSO
 
 ============================================================================
 NAME
-        create - connect to an SQL database
+	create - connect to an SQL database
  
 SYNTAX
 	#include <sql.h>
@@ -77,12 +77,12 @@ EXAMPLE
 	}
 
 SEE ALSO
-	sql->query()
+	sql->query
 
 
 ============================================================================
 NAME
-	error - report the last error from the underlying SQL-module
+	error - report the last error from the underlying SQL module
 
 SYNTAX
 	#include <sql.h>
@@ -105,10 +105,10 @@ SYNTAX
 
 DESCRIPTION
 	Most SQL-servers can hold several databases. You select which one
-	you want to sccess with this function.
+	you want to access with this function.
 
 SEE ALSO
-	sql->create, sql->create_db, sql->drop_db
+	Sql, sql->create_db, sql->drop_db
 
 
 ============================================================================
@@ -132,7 +132,7 @@ SEE ALSO
 
 ============================================================================
 NAME
-	big_query - make an SQL query, advanced version
+	big_query - make an SQL query (advanced version)
 
 SYNTAX
 	#include <sql.h>
@@ -185,7 +185,7 @@ SEE ALSO
 
 ============================================================================
 NAME
-	shutdown - shutdown the SQL-server
+	shutdown - shutdown the SQL server
 
 SYNTAX
 	#include <sql.h>
@@ -217,7 +217,7 @@ SEE ALSO
 
 ============================================================================
 NAME
-	server_info - give information about the current SQL-server
+	server_info - give information about the current SQL server
 
 SYNTAX
 	#include <sql.h>
@@ -250,7 +250,7 @@ SEE ALSO
 
 ============================================================================
 NAME
-	list_dbs - list available databases from this SQL-server
+	list_dbs - list available databases from this SQL server
 
 SYNTAX
 	#include <sql.h>
-- 
GitLab