From bdb283f4c8acf0df0982514ca1b685fbf86fe104 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 4 Mar 2010 14:41:55 +0000 Subject: [PATCH] speling --- src/include/gnunet_protocols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index f8ae5daec..5a6736a95 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -327,12 +327,12 @@ extern "C" #define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 81 /** - * Check that other peer is alife (challenge). + * Check that other peer is alive (challenge). */ #define GNUNET_MESSAGE_TYPE_CORE_PING 82 /** - * Confirmation that other peer is alife. + * Confirmation that other peer is alive. */ #define GNUNET_MESSAGE_TYPE_CORE_PONG 83 -- 2.25.1