Mercurial > dropbear
comparison svr-agentfwd.c @ 1037:7c899f24a85b
Some minor typo fixes, found by codespell.
author | Thorsten Horstmann <thorsten.horstmann@web.de> |
---|---|
date | Tue, 24 Feb 2015 20:45:07 +0800 |
parents | 220f55d540ae |
children | 750ec4ec4cbe |
comparison
equal
deleted
inserted
replaced
1036:deed0571cacc | 1037:7c899f24a85b |
---|---|
115 } | 115 } |
116 | 116 |
117 } | 117 } |
118 | 118 |
119 /* set up the environment variable pointing to the socket. This is called | 119 /* set up the environment variable pointing to the socket. This is called |
120 * just before command/shell execution, after dropping priveleges */ | 120 * just before command/shell execution, after dropping privileges */ |
121 void svr_agentset(struct ChanSess * chansess) { | 121 void svr_agentset(struct ChanSess * chansess) { |
122 | 122 |
123 char *path = NULL; | 123 char *path = NULL; |
124 int len; | 124 int len; |
125 | 125 |