chiark / gitweb /
sd-login: Fix typo
authorBastien Nocera <hadess@hadess.net>
Thu, 31 Oct 2013 23:24:52 +0000 (00:24 +0100)
committerColin Walters <walters@verbum.org>
Sat, 2 Nov 2013 19:54:02 +0000 (15:54 -0400)
s/sessio,/session,/

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);