From b3a259df63a1657bddea6f6c7ca46ef78416eac7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 3 Feb 2022 05:05:43 +0200 Subject: [PATCH 20/20] README.fcdb: Fix typo: "on" -> "an" See osdn #43770 Signed-off-by: Marko Lindqvist --- doc/README.fcdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.fcdb b/doc/README.fcdb index 530bce9363..8bcce60d55 100644 --- a/doc/README.fcdb +++ b/doc/README.fcdb @@ -202,7 +202,7 @@ Freeciv expects the following lua functions to be defined in database.lua: -- Free the database connection function database_free() -Where 'conn' is on object representing the connection to the client which +Where 'conn' is an object representing the connection to the client which requests access. -- 2.34.1