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 */