diff options
author | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
---|---|---|
committer | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
commit | abeb9d64a398cb38348f95b8d93b888f4e726cd0 (patch) | |
tree | c9c208e361b134f34368731dbfb9710edb370999 /svr-agentfwd.c | |
parent | fdb7ffa864dea8e1c9efe3532db08b1ccad484dc (diff) |
Some minor typo fixes, found by codespell.
Diffstat (limited to 'svr-agentfwd.c')
-rw-r--r-- | svr-agentfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-agentfwd.c b/svr-agentfwd.c index 3c4daab..512cbd2 100644 --- a/svr-agentfwd.c +++ b/svr-agentfwd.c @@ -117,7 +117,7 @@ static void agentaccept(struct Listener *UNUSED(listener), int sock) { } /* set up the environment variable pointing to the socket. This is called - * just before command/shell execution, after dropping priveleges */ + * just before command/shell execution, after dropping privileges */ void svr_agentset(struct ChanSess * chansess) { char *path = NULL; |