From 7abce4544a1b6af492e58317dcf41caaa3df64e7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 26 Aug 2014 14:47:24 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/util.c | 2 +- src/libmdsserver/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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` -- cgit v1.2.3-70-g09d2