diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-26 14:47:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-26 14:47:24 +0200 |
commit | 7abce4544a1b6af492e58317dcf41caaa3df64e7 (patch) | |
tree | 755aff40fc782c75de7a32e31e8b9ed43de2f64a /src | |
parent | m (diff) | |
download | mds-7abce4544a1b6af492e58317dcf41caaa3df64e7.tar.gz mds-7abce4544a1b6af492e58317dcf41caaa3df64e7.tar.bz2 mds-7abce4544a1b6af492e58317dcf41caaa3df64e7.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-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` |