summaryrefslogtreecommitdiff
path: root/src/login/logind.c
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-04-14 19:37:54 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-15 08:40:05 -0400
commitab06eef8101866dd1337c4759002f7360a9db416 (patch)
treedcd6f81750a284d072f558890bc02db06ed11e4a /src/login/logind.c
parent97e13058170c7759dbbc239d264b9a31b0c81079 (diff)
Fix spelling errors using 'codespell' tool
Diffstat (limited to 'src/login/logind.c')
-rw-r--r--src/login/logind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind.c b/src/login/logind.c
index c9e492fc4f..63422f4c32 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -1726,7 +1726,7 @@ int main(int argc, char *argv[]) {
/* Always create the directories people can create inotify
* watches in. Note that some applications might check for the
- * existance of /run/systemd/seats/ to determine whether
+ * existence of /run/systemd/seats/ to determine whether
* logind is available, so please always make sure this check
* stays in. */
mkdir_label("/run/systemd/seats", 0755);