diff 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
line wrap: on
line diff
--- a/svr-agentfwd.c	Tue Feb 24 20:43:01 2015 +0800
+++ b/svr-agentfwd.c	Tue Feb 24 20:45:07 2015 +0800
@@ -117,7 +117,7 @@
 }
 
 /* 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;