speeling
authorNathan S. Evans <evans@in.tum.de>
Tue, 16 Feb 2010 12:11:42 +0000 (12:11 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 16 Feb 2010 12:11:42 +0000 (12:11 +0000)
src/transport/gnunet-nat-client.c
src/transport/gnunet-nat-server.c

index 0755fa82f59be343179d3cc1a1b857de73f80497..b9c61a143a8e0483512f6578d0cc87a16fb00d7b 100644 (file)
@@ -29,7 +29,7 @@
  * it uses RAW sockets, it must be installed SUID or run as 'root'.
  * In order to keep the security risk of the resulting SUID binary
  * minimal, the program ONLY opens the RAW socket with root
- * priviledges, then drops them and only then starts to process
+ * privileges, then drops them and only then starts to process
  * command line arguments.  The code also does not link against
  * any shared libraries (except libc) and is strictly minimal
  * (except for checking for errors).  The following list of people
index 2e7a21f59fc40598c2b92d28c8043861a53750a3..b8d8290bd44bb9006eec77ece7ac606d3f3c441f 100644 (file)
@@ -29,7 +29,7 @@
  * it uses RAW sockets, it must be installed SUID or run as 'root'.
  * In order to keep the security risk of the resulting SUID binary
  * minimal, the program ONLY opens the two RAW sockets with root
- * priviledges, then drops them and only then starts to process
+ * privileges, then drops them and only then starts to process
  * command line arguments.  The code also does not link against
  * any shared libraries (except libc) and is strictly minimal
  * (except for checking for errors).  The following list of people