summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2016-05-25 12:36:29 +0200
committerTimo Weingärtner <timo@tiwe.de>2016-05-25 12:40:20 +0200
commit4a715d24969a351ddd255fccee9dfd7e726d2555 (patch)
tree871f587a645301243cf24b193b8f14b54dce9e11
parent5759da2f6316fccc56d722e06d6e4bdda26251be (diff)
downloadopenssh-known-hosts-4a715d24969a351ddd255fccee9dfd7e726d2555.tar.gz
plugins/psql: fix spelling in comment
-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
# );