[systemd-commits] src/systemd

Colin Walters walters at kemper.freedesktop.org
Sat Nov 2 20:54:18 CET 2013


 src/systemd/sd-login.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f34246c751504d505fbbe57d49148beea74edbe
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Nov 1 00:24:52 2013 +0100

    sd-login: Fix typo
    
    s/sessio,/session,/

diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index c5837f0..961bd88 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);



More information about the systemd-commits mailing list