From baa042fac89b9960de59b8d9a24c6791365ec17d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 2 Oct 2019 18:49:01 +0100 Subject: Various typo fixes. --- structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 02b13b8..0fbebff 100644 --- a/structures.h +++ b/structures.h @@ -84,7 +84,7 @@ struct settings { int replaydates; // Whether or not to include datestamps when replaying the replay log }; -// Structure of a connected clien, their socket/file descriptors, their authentication status, and their OpenSSL structures +// Structure of a connected client, their socket/file descriptors, their authentication status, and their OpenSSL structures // This struct is expected to be in an array of client structs struct client { int fd; // Client socket fd - 0 means not connected, greater than 0 means connected and the value is the fd number (so we know which ones to try to read and send to) -- cgit v1.2.3