diff options
Diffstat (limited to 'src/libmdsserver')
-rw-r--r-- | src/libmdsserver/util.c | 2 | ||||
-rw-r--r-- | src/libmdsserver/util.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libmdsserver/util.c b/src/libmdsserver/util.c index 552d03b..204d155 100644 --- a/src/libmdsserver/util.c +++ b/src/libmdsserver/util.c @@ -262,7 +262,7 @@ 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` 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` |