summaryrefslogtreecommitdiff
path: root/examples/cd-dbus-create-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cd-dbus-create-device.c')
-rw-r--r--examples/cd-dbus-create-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cd-dbus-create-device.c b/examples/cd-dbus-create-device.c
index 2d74567..12b7fb6 100644
--- a/examples/cd-dbus-create-device.c
+++ b/examples/cd-dbus-create-device.c
@@ -81,7 +81,7 @@ main (int argc, char **argv)
helper_dict_add_property(&dict, "Kind", "scanner");
dbus_message_iter_close_container(&args, &dict);
- /* send syncronous */
+ /* send synchronous */
dbus_error_init(&error);
printf("Calling CreateDevice(%s,%s)\n",
device_id, scope);