summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-06 20:09:54 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-06 20:09:54 -0400
commitfc08079ef25a063f56be48b87035f8fde79153ba (patch)
tree51fb6ccb65a850a1b928e7481fa0af788d1fbb72 /src/login
parentde8763b6d23963e14787556de159d813e863043f (diff)
treewide: fix typos of let's
Diffstat (limited to 'src/login')
-rw-r--r--src/login/logind-seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index 3c30eeaa95..23095f51e0 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -483,7 +483,7 @@ void seat_evict_position(Seat *s, Session *session) {
s->positions[pos] = NULL;
/* There might be another session claiming the same
- * position (eg., during gdm->session transition), so lets look
+ * position (eg., during gdm->session transition), so let's look
* for it and set it on the free slot. */
LIST_FOREACH(sessions_by_seat, iter, s->sessions) {
if (iter->pos == pos) {