From 5ce9573973027580e7057e24f7f7aefbf0734387 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 3 Feb 2022 05:03:21 +0200 Subject: [PATCH 35/35] 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 b247b63550..d8d5f1fbeb 100644 --- a/doc/README.fcdb +++ b/doc/README.fcdb @@ -205,7 +205,7 @@ Freeciv expects the following lua functions to be defined in database.lua: -- Called when connection has been fully established function conn_established(conn) -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