summaryrefslogtreecommitdiff
path: root/src/systemd/sd-login.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-11-01 00:24:52 +0100
committerColin Walters <walters@verbum.org>2013-11-02 15:54:02 -0400
commit5f34246c751504d505fbbe57d49148beea74edbe (patch)
treed83ee18162f4afa3407e443e00a9ec13e6a1904b /src/systemd/sd-login.h
parent164ddcfae8bf33b8308928f01597882da2a86977 (diff)
sd-login: Fix typo
s/sessio,/session,/
Diffstat (limited to 'src/systemd/sd-login.h')
-rw-r--r--src/systemd/sd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index c5837f0ca..961bd88ec 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -101,7 +101,7 @@ int sd_session_is_active(const char *session);
/* Get state from session. Possible states: online, active, closing
* (This function is a more generic version of
* sd_session_is_active().) */
-int sd_session_get_state(const char *sessio, char **state);
+int sd_session_get_state(const char *session, char **state);
/* Determine user id of session */
int sd_session_get_uid(const char *session, uid_t *uid);