chiark / gitweb /
sd-login: Fix typo
[elogind.git] / src / systemd / sd-login.h
index c5837f0ca0e8e383ebab29829d2887688f8dedfc..961bd88ec72e3b69e010e668ae69f6070998fa49 100644 (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);