commit e5f86339bc95cb7b7eaafffdd479617c91d5814f parent 52541fb7ee23a9552a70f1fcb957ba584df3a8e5 Author: Vytautas Ĺ altenis <vytas@rtfb.lt> Date: Thu, 6 Mar 2014 23:16:43 +0200 Fix typo Diffstat:
| M | i3lock.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.c b/i3lock.c @@ -217,7 +217,7 @@ ev_timer* stop_timer(ev_timer *timer_obj) { } /* - * Resets pam_state to STATE_PAM_IDLE 2 seconds after an unsuccesful + * Resets pam_state to STATE_PAM_IDLE 2 seconds after an unsuccessful * authentication event. * */
