From b6e176b1c3353b1ce83c01658d3ec9b441dbf9df Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sat, 18 Jul 2020 19:55:50 +0530 Subject: [PATCH] Corrected a typo --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 2edffd4..62d541b 100644 --- a/blocks.h +++ b/blocks.h @@ -10,7 +10,7 @@ * If multiple realtime signals are pending, then the lowest numbered signal is delivered first. */ /* pathu - path of the program whose output is to be used for status text - * patch - path of the program to be executed on clicks */ + * pathc - path of the program to be executed on clicks */ static Block blocks[] = { /* pathu pathc interval signal */ { PATH("hotspot.sh"), PATH("hotspot_button.sh"), -1, 3},