From 09ab8c6c7cde19edd21f9e7aec98a724df16c0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Aug 2024 08:25:29 +0200 Subject: [PATCH] notify: codespell: programatically -> programmatically --- notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.h b/notify.h index 85de209e..592d2c84 100644 --- a/notify.h +++ b/notify.h @@ -48,7 +48,7 @@ struct notification { size_t icon_data_sz; bool focus; /* Focus the foot window when notification is activated */ - bool may_be_programatically_closed; /* OSC-99: notification may be programatically closed by the client */ + bool may_be_programatically_closed; /* OSC-99: notification may be programmatically closed by the client */ bool report_activated; /* OSC-99: report notification activation to client */ bool report_closed; /* OSC-99: report notification closed to client */