diff options
author | Timo Weingärtner <timo@tiwe.de> | 2016-05-25 12:36:29 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2016-05-25 12:40:20 +0200 |
commit | 4a715d24969a351ddd255fccee9dfd7e726d2555 (patch) | |
tree | 871f587a645301243cf24b193b8f14b54dce9e11 /plugins | |
parent | 5759da2f6316fccc56d722e06d6e4bdda26251be (diff) | |
download | openssh-known-hosts-4a715d24969a351ddd255fccee9dfd7e726d2555.tar.gz |
plugins/psql: fix spelling in comment
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/psql | 2 |
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 # ); |