From 9565ac3328dc91bd721a65b6d4e7957929e9ed59 Mon Sep 17 00:00:00 2001 From: AkshataDM Date: Sat, 15 Mar 2014 23:33:38 +0530 Subject: Made spelling changes to 19 files Change-Id: If91cf44578fe0b5176ea01ae5c5962e31606f640 BUG: 1075417 Signed-off-by: AkshataDM Reviewed-on: http://review.gluster.org/7280 Reviewed-by: Varun Shastry Reviewed-by: Anand Avati Tested-by: Anand Avati --- doc/legacy/errno.list.macosx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/legacy/errno.list.macosx.txt') diff --git a/doc/legacy/errno.list.macosx.txt b/doc/legacy/errno.list.macosx.txt index 4954e03d8..2dff28cd3 100644 --- a/doc/legacy/errno.list.macosx.txt +++ b/doc/legacy/errno.list.macosx.txt @@ -1212,7 +1212,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf, #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH) /** network is unreachable */ #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH) -/** inappropiate file type or format */ +/** inappropriate file type or format */ #define APR_STATUS_IS_EFTYPE(s) ((s) == APR_EFTYPE) /** broken pipe */ #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) -- cgit