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/cgroups-agent.c | |
parent | a9bd141b4a144d8da062f9f8fa13869bba0c7bce (diff) |
Spelling Corrections
Just some lame spelling corrections with no functionality.
Diffstat (limited to 'src/cgroups-agent.c')
-rw-r--r-- | src/cgroups-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index 3fd0de698f..7b4fca245d 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) { /* We send this event to the private D-Bus socket and then the * system instance will forward this to the system bus. We do - * this to avoid an actviation loop when we start dbus when we + * this to avoid an activation loop when we start dbus when we * are called when the dbus service is shut down. */ if (!(bus = dbus_connection_open_private("unix:abstract=/org/freedesktop/systemd1/private", &error))) { |