From 964e860072cd4871481481d5b3ffa96abb1bac35 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 14 Jan 2016 16:32:09 +0000 Subject: Run through codespell --- common/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/file.c') diff --git a/common/file.c b/common/file.c index b51a37cc..9fd14c29 100644 --- a/common/file.c +++ b/common/file.c @@ -346,7 +346,7 @@ file_read_sections(int fd, struct list *names) /*****************************************************************************/ /* return error */ -/* this function should be prefered over file_read_sections because it can +/* this function should be preferred over file_read_sections because it can read any file size */ int APP_CC file_by_name_read_sections(const char *file_name, struct list *names) @@ -386,7 +386,7 @@ file_read_section(int fd, const char *section, /*****************************************************************************/ /* return error */ -/* this function should be prefered over file_read_section because it can +/* this function should be preferred over file_read_section because it can read any file size */ int APP_CC file_by_name_read_section(const char *file_name, const char *section, -- cgit v1.2.3