summaryrefslogtreecommitdiffstats
path: root/common/file.c
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2016-01-24 22:34:41 -0800
committerjsorg71 <jay.sorg@gmail.com>2016-01-24 22:34:41 -0800
commitc6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch)
treeaabf42403dbacaa5805c3b301a57c08876a515b3 /common/file.c
parent327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff)
parent964e860072cd4871481481d5b3ffa96abb1bac35 (diff)
downloadxrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz
xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'common/file.c')
-rw-r--r--common/file.c4
1 files changed, 2 insertions, 2 deletions
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,