spec: Fix a typo in an ObjectManager example

As spotted by Peter Bigot.

Closes #221

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-12-03 11:39:11 +00:00
parent 19bc103e5d
commit f2e63e6c48

View file

@ -4389,7 +4389,7 @@
<para>
<programlisting>
org.freedesktop.DBus.AddMatch (bus_proxy,
"type='signal',name='org.example.App2',path_namespace='/org/example/App2'");
"type='signal',sender='org.example.App2',path_namespace='/org/example/App2'");
objects = org.freedesktop.DBus.ObjectManager.GetManagedObjects (app_proxy);
</programlisting>
</para>