diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-04-14 19:37:54 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-15 08:40:05 -0400 |
commit | ab06eef8101866dd1337c4759002f7360a9db416 (patch) | |
tree | dcd6f81750a284d072f558890bc02db06ed11e4a /src/login/logind-dbus.c | |
parent | 97e13058170c7759dbbc239d264b9a31b0c81079 (diff) |
Fix spelling errors using 'codespell' tool
Diffstat (limited to 'src/login/logind-dbus.c')
-rw-r--r-- | src/login/logind-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index 230dd2b4b5..4a8ffe5eda 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -66,7 +66,7 @@ " <method name=\"CreateSession\">\n" \ " <arg name=\"uid\" type=\"u\" direction=\"in\"/>\n" \ " <arg name=\"leader\" type=\"u\" direction=\"in\"/>\n" \ - " <arg name=\"sevice\" type=\"s\" direction=\"in\"/>\n" \ + " <arg name=\"service\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"type\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"class\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"seat\" type=\"s\" direction=\"in\"/>\n" \ |