summaryrefslogtreecommitdiff
path: root/plugins/psql
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2024-10-24 11:18:07 +0200
committerTimo Weingärtner <timo@tiwe.de>2024-10-24 11:18:07 +0200
commit43718b8be48640580bf9cc0d57e98b8f5d166998 (patch)
tree9640cb9d37e96be95e9ac2420b8c7b69c41be61d /plugins/psql
parent86ff9a1cd6428d469d1015a8b7b781501eb0ad49 (diff)
parentda301a83b9bf37988bcb4b3029ee2dcd85983995 (diff)
downloadopenssh-known-hosts-43718b8be48640580bf9cc0d57e98b8f5d166998.tar.gz
Merge tag '0.6.3' into debian
release 0.6.3
Diffstat (limited to 'plugins/psql')
-rwxr-xr-xplugins/psql2
1 files changed, 1 insertions, 1 deletions
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
# );