Fix typo
Patch status: merged
Patch by Vytautas Ĺ altenis
To apply this patch, use:
curl http://cr.i3wm.org/patch/488/raw.patch | git am
b/i3lock.c
| 13 |
@@ -217,7 +217,7 @@ ev_timer* stop_timer(ev_timer *timer_obj) {
|
| 14 |
} |
| 15 |
|
| 16 |
/* |
| 17 |
- * Resets pam_state to STATE_PAM_IDLE 2 seconds after an unsuccesful |
| 18 |
+ * Resets pam_state to STATE_PAM_IDLE 2 seconds after an unsuccessful |
| 19 |
* authentication event. |
| 20 |
* |
| 21 |
*/ |