diff mbox series

[2/3] progress: Fix comment typo

Message ID 20220629133518.48057-2-christian.storm@siemens.com
State Accepted
Headers show
Series [1/3] bindings: Lua-export RECOVERY_STATUS and sourcetype enums | expand

Commit Message

Storm, Christian June 29, 2022, 1:35 p.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 include/progress_ipc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/progress_ipc.h b/include/progress_ipc.h
index 2efa61d..5d0be1c 100644
--- a/include/progress_ipc.h
+++ b/include/progress_ipc.h
@@ -32,7 +32,7 @@  struct progress_msg {
 	unsigned int	cur_step;	/* Current step index */
 	unsigned int	cur_percent;	/* % in current step */
 	char		cur_image[256];	/* Name of image to be installed */
-	char		hnd_name[64];	/* Name of running hanler */
+	char		hnd_name[64];	/* Name of running handler */
 	sourcetype	source;		/* Interface that triggered the update */
 	unsigned int 	infolen;    	/* Len of data valid in info */
 	char		info[PRINFOSIZE]; /* additional information about install */