diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 18:49:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 18:49:01 +0100 |
commit | baa042fac89b9960de59b8d9a24c6791365ec17d (patch) | |
tree | f570f72a10d0dd97fb9bb8c9bc296ee013bc3cf5 /structures.h | |
parent | a2f388e16891f71d97066cf2803d02ad61bae6d5 (diff) |
Various typo fixes.
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) |