diff options
author | Dave Reisner <d@falconindy.com> | 2011-09-26 09:25:27 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-11 02:51:59 +0200 |
commit | e8fbe35df8e498ce4dc3d9f1010755538e041cf3 (patch) | |
tree | 3087d19d66d621bd2cf115173e96e98465b36b23 | |
parent | b5dc29c079bd8dbeb5cb86e6b1a5906bfeb49e90 (diff) |
sd-login.h: correct spelling mistakes in comments
-rw-r--r-- | src/sd-login.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sd-login.h b/src/sd-login.h index 7102eb88e0..0cb0bf06bb 100644 --- a/src/sd-login.h +++ b/src/sd-login.h @@ -83,7 +83,7 @@ int sd_session_get_seat(const char *session, char **seat); int sd_seat_get_active(const char *seat, char **session, uid_t *uid); /* Return sessions and users on seat. Returns number of sessions as - * return value. If sessions is NULL returs only the number of + * return value. If sessions is NULL returns only the number of * sessions. */ int sd_seat_get_sessions(const char *seat, char ***sessions, uid_t **uid, unsigned *n_uids); @@ -94,7 +94,7 @@ int sd_seat_can_multi_session(const char *seat); * seats is NULL only returns number of seats. */ int sd_get_seats(char ***seats); -/* Get all sessions, store in *seessions. Returns the number of +/* Get all sessions, store in *sessions. Returns the number of * sessions. If sessions is NULL only returns number of sessions. */ int sd_get_sessions(char ***sessions); |