From 1ff204c1720b05a9338522e3c6dad96f3a400a55 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 15 Jan 2016 14:45:19 +0100 Subject: [PATCH] Typo fix. --- src/pgsql/queries.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgsql/queries.lisp b/src/pgsql/queries.lisp index 3c28d5a..9a392e0 100644 --- a/src/pgsql/queries.lisp +++ b/src/pgsql/queries.lisp @@ -306,7 +306,7 @@ select i.relname, :when (and (string-equal name "client_encoding") (not (member value '("utf-8" "utf8") :test #'string-equal))) :do (log-message :warning - "pgloader always talk to PostgreSQL in utf-8, client_encoding has been forced to 'utf8'..") + "pgloader always talk to PostgreSQL in utf-8, client_encoding has been forced to 'utf8'.") :else :collect (cons name value))))