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/dbus.c | |
parent | a9bd141b4a144d8da062f9f8fa13869bba0c7bce (diff) |
Spelling Corrections
Just some lame spelling corrections with no functionality.
Diffstat (limited to 'src/dbus.c')
-rw-r--r-- | src/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus.c b/src/dbus.c index 64988c7ccc..965a3e2f21 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -418,7 +418,7 @@ static DBusHandlerResult api_bus_message_filter(DBusConnection *connection, DBus goto oom; } - /* On success we don't do anything, the service will be spwaned now */ + /* On success we don't do anything, the service will be spawned now */ } } |