summaryrefslogtreecommitdiffstats
path: root/src/fdr.c
diff options
context:
space:
mode:
authorGravatar Yves-Alexis Perez2020-10-16 16:16:27 +0200
committerGravatar Yves-Alexis Perez2020-10-16 16:16:27 +0200
commit981242248006552b2ca4bb20469291f2f66e6ce0 (patch)
tree58026b7c49578d7edb5619fea7bac8b61cc7e81a /src/fdr.c
parent18ba27c74305100146dd9599336dbdcd5e794ad1 (diff)
downloadidevicerestore-981242248006552b2ca4bb20469291f2f66e6ce0.tar.gz
idevicerestore-981242248006552b2ca4bb20469291f2f66e6ce0.tar.bz2
fix two English typos
Diffstat (limited to 'src/fdr.c')
-rw-r--r--src/fdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdr.c b/src/fdr.c
index a1953d6..5459130 100644
--- a/src/fdr.c
+++ b/src/fdr.c
@@ -276,7 +276,7 @@ static int fdr_ctrl_handshake(fdr_client_t fdr)
device_error = idevice_connection_send(fdr->connection, CTRLCMD, len, &bytes);
if (device_error != IDEVICE_E_SUCCESS || bytes != len) {
- debug("Hmm... lookes like the device doesn't like the newer protocol, using the old one\n");
+ debug("Hmm... looks like the device doesn't like the newer protocol, using the old one\n");
ctrlprotoversion = 1;
len = sizeof(HELLOCTRLCMD);
device_error = idevice_connection_send(fdr->connection, HELLOCTRLCMD, len, &bytes);