summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2012-09-04 19:24:16 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-13 19:34:24 +0200
commitc53158818d8cdaf46b3f1b5299b9bda118a1043f (patch)
tree3ebddf2e2fd9d3280d59d80e382d83a0042a5706 /src/core/dbus-unit.c
parentff89a42a8602443b9a74be276cf3ee351b3914c7 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c
index ad817d7ee..fdfa5ee20 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) {