diff options
author | Harald Hoyer <harald@redhat.com> | 2011-02-21 15:32:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-28 22:47:38 +0100 |
commit | 35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c (patch) | |
tree | c2cb5f22b38ea29d99e80df50f7b098f9020f1c4 /src/socket.c | |
parent | a9bd141b4a144d8da062f9f8fa13869bba0c7bce (diff) |
Spelling Corrections
Just some lame spelling corrections with no functionality.
Diffstat (limited to 'src/socket.c')
-rw-r--r-- | src/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c index c41130ce72..96c649b0ab 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1363,7 +1363,7 @@ static int socket_start(Unit *u) { if (s->service->meta.load_state != UNIT_LOADED) return -ENOENT; - /* If the service is alredy active we cannot start the + /* If the service is already active we cannot start the * socket */ if (s->service->state != SERVICE_DEAD && s->service->state != SERVICE_FAILED && @@ -1798,7 +1798,7 @@ void socket_connection_unref(Socket *s) { /* The service is dead. Yay! * - * This is strictly for one-onstance-per-connection + * This is strictly for one-instance-per-connection * services. */ assert(s->n_connections > 0); |