diff options
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/util.h b/src/libmdsserver/util.h index 7f4b5be..23804bc 100644 --- a/src/libmdsserver/util.h +++ b/src/libmdsserver/util.h @@ -120,7 +120,7 @@ int strict_atoi(const char* str, int* value, int min, int max); int full_write(int fd, const char* buffer, size_t length); /** - * Read a file completly and ignore interruptions + * Read a file completely and ignore interruptions * * @param fd The file descriptor * @param length Output parameter for the length of the file, may be `NULL` |