From 4a715d24969a351ddd255fccee9dfd7e726d2555 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Wed, 25 May 2016 12:36:29 +0200 Subject: plugins/psql: fix spelling in comment --- plugins/psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/psql b/plugins/psql index a7c0a72..2e194f6 100755 --- a/plugins/psql +++ b/plugins/psql @@ -4,7 +4,7 @@ # # uses psql to download a TABLE (or VIEW) of the form: # CREATE TABLE known_hosts ( -# namelist text, # comma seperated +# namelist text, # comma separated # type text, # key text # ); -- cgit v1.2.3