From 5ad84221d783a84bded173a6b44e5b142e18ee49 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 16 Feb 2010 12:11:42 +0000 Subject: [PATCH] speeling --- src/transport/gnunet-nat-client.c | 2 +- src/transport/gnunet-nat-server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/gnunet-nat-client.c b/src/transport/gnunet-nat-client.c index 0755fa82f..b9c61a143 100644 --- a/src/transport/gnunet-nat-client.c +++ b/src/transport/gnunet-nat-client.c @@ -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 diff --git a/src/transport/gnunet-nat-server.c b/src/transport/gnunet-nat-server.c index 2e7a21f59..b8d8290bd 100644 --- a/src/transport/gnunet-nat-server.c +++ b/src/transport/gnunet-nat-server.c @@ -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 -- 2.25.1