diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-09-04 19:24:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 19:34:24 +0200 |
commit | c53158818d8cdaf46b3f1b5299b9bda118a1043f (patch) | |
tree | 3ebddf2e2fd9d3280d59d80e382d83a0042a5706 /src/core/dbus-unit.c | |
parent | ff89a42a8602443b9a74be276cf3ee351b3914c7 (diff) |
man: fix a bunch of typos in docs
https://bugs.freedesktop.org/show_bug.cgi?id=54501
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r-- | src/core/dbus-unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index ad817d7ee8..fdfa5ee200 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -682,7 +682,7 @@ void bus_unit_send_change_signal(Unit *u) { /* Send a properties changed signal. First for the * specific type, then for the generic unit. The * clients may rely on this order to get atomic - * behaviour if needed. */ + * behavior if needed. */ if (UNIT_VTABLE(u)->bus_invalidating_properties) { |