diff options
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |