diff options
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 # ); |