From 621138ce763eda8270d0a4f6d7209fd50ada8787 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Mon, 16 Jul 2018 17:03:17 +0300 Subject: All: run codespell on the code and fix issues. Please review, it's not always just the comments that were fixed. I've had to revert of course all calls to creat() that were changed to create() ... Only compile-tested! Change-Id: I7d02e82d9766e272a7fd9cc68e51901d69e5aab5 updates: bz#1193929 Signed-off-by: Yaniv Kaul --- rpc/xdr/src/glusterfs3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpc/xdr') diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h index 550b9a3ceb8..5e19f5e0133 100644 --- a/rpc/xdr/src/glusterfs3.h +++ b/rpc/xdr/src/glusterfs3.h @@ -725,7 +725,8 @@ dict_to_xdr (dict_t *this, gfx_dict *dict) /* This is done for backward compatibility as dict is heavily used for transporting data over wire. - Ideally, whereever there is an issue, fix and move on */ + Ideally, wherever there is an issue, fix and + move on */ xpair->value.gfx_value_u.other.other_val = dpair->value->data; xpair->value.gfx_value_u.other.other_len = -- cgit