summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-07-17 15:50:25 +0200
committerGravatar Nikias Bassen2012-07-17 15:50:25 +0200
commit7163a720efa9f506186781b024d0ef3900636279 (patch)
tree3aafb2297a3d0d170b90dd2a66fa8f7e6bc97bb6 /src/common.h
parent165fd19eead32992fac57b4618c4e1f69b32d87e (diff)
downloadidevicerestore-7163a720efa9f506186781b024d0ef3900636279.tar.gz
idevicerestore-7163a720efa9f506186781b024d0ef3900636279.tar.bz2
common: Fix typo in struct definitions
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 4676b19..e0c4b6a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -52,7 +52,7 @@ extern int use_apple_server;
struct dfu_client_t;
struct normal_client_t;
-struct restore_clien_t;
+struct restore_client_t;
struct recovery_client_t;
struct idevicerestore_mode_t {