sd-login: Fix typo

s/sessio,/session,/
This commit is contained in:
Bastien Nocera
2013-11-02 15:54:02 -04:00
committed by Colin Walters
parent 164ddcfae8
commit 5f34246c75
+1 -1
View File
@@ -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);