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 --- heal/src/glfs-heal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heal') diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index 9c628016898..0fd8c098385 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -88,7 +88,7 @@ glfsh_init () int glfsh_end_op_granular_entry_heal (int op_ret, char *op_errstr) { - /* If error sting is available, give it higher precedence.*/ + /* If error string is available, give it higher precedence.*/ if (op_errstr) { printf ("%s\n", op_errstr); @@ -1509,7 +1509,7 @@ cleanup (glfs_t *fs) return; #if 0 /* glfs fini path is still racy and crashing the program. Since - * this program any way has to die, we are not gonna call fini + * this program any way has to die, we are not going to call fini * in the released versions. i.e. final builds. For all * internal testing lets enable this so that glfs_fini code * path becomes stable. */ -- cgit