summaryrefslogtreecommitdiffstats
path: root/heal/src
diff options
context:
space:
mode:
authorYaniv Kaul <ykaul@redhat.com>2018-07-16 17:03:17 +0300
committerAmar Tumballi <amarts@redhat.com>2018-07-22 14:40:16 +0000
commit621138ce763eda8270d0a4f6d7209fd50ada8787 (patch)
tree7299759993f6e9f7f34dad95fc8d8cd6ffc1b2fd /heal/src
parentc0e76377d0fc47aa66f35ea70a4793731ebbd40c (diff)
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 <ykaul@redhat.com>
Diffstat (limited to 'heal/src')
-rw-r--r--heal/src/glfs-heal.c4
1 files changed, 2 insertions, 2 deletions
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. */