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