Hi,

Please find attach a patch that fixes typos in the code comments of
the shctx subsystem.

Thanks,
Joseph
From 29bccb569387a5e05cbb055dc9f66be331105d1f Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
Date: Sun, 25 Nov 2018 11:31:31 -0800
Subject: [PATCH] CLEANUP: Fix typos in the shctx subsystem

Fixes typos in the code comments of the shctx subsystem.
---
 src/shctx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shctx.c b/src/shctx.c
index 9fe12e81..fe1b74a7 100644
--- a/src/shctx.c
+++ b/src/shctx.c
@@ -243,7 +243,7 @@ int shctx_row_data_append(struct shared_context *shctx,
 
 /*
  * Copy <len> data from a row of blocks, return the remaining data to copy
- * If 0 is returned, the full data has successfuly be copied
+ * If 0 is returned, the full data has successfully been copied
  *
  * The row should be in the hot list
  */
-- 
2.19.1

Reply via email to