mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
sd-login: Fix typo
s/sessio,/session,/
This commit is contained in:
committed by
Colin Walters
parent
164ddcfae8
commit
5f34246c75
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user