notify: codespell: programatically -> programmatically

This commit is contained in:
Daniel Eklöf 2024-08-02 08:25:29 +02:00
parent 1a89538700
commit 09ab8c6c7c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -48,7 +48,7 @@ struct notification {
size_t icon_data_sz; size_t icon_data_sz;
bool focus; /* Focus the foot window when notification is activated */ 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_activated; /* OSC-99: report notification activation to client */
bool report_closed; /* OSC-99: report notification closed to client */ bool report_closed; /* OSC-99: report notification closed to client */