Skip to content

Commit a318971

Browse files
committed
Merge branch 'cressi-nepto'
2 parents a24124d + 8b36597 commit a318971

File tree

6 files changed

+562
-174
lines changed

6 files changed

+562
-174
lines changed

examples/dctool_timesync.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ do_timesync (dc_context_t *context, dc_descriptor_t *descriptor, dc_transport_t
8585
}
8686

8787
// Syncronize the device clock.
88-
message ("Syncronize the device clock.\n");
88+
message ("Synchronize the device clock.\n");
8989
rc = dc_device_timesync (device, datetime);
9090
if (rc != DC_STATUS_SUCCESS) {
91-
ERROR ("Error syncronizing the device clock.");
91+
ERROR ("Error synchronizing the device clock.");
9292
goto cleanup;
9393
}
9494

0 commit comments

Comments
 (0)