summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-06-16 01:16:01 +0200
committerGravatar Nikias Bassen2019-06-16 01:16:01 +0200
commit1369f43fd5cf06e983f6399971d64284d39c9ddd (patch)
tree63ec28e59c54f53ba218648afbf0fedd91fe709c /src/property_list_service.c
parent7c00b369a3665cd0aeae228b2a2866da8ee027fd (diff)
downloadlibimobiledevice-1369f43fd5cf06e983f6399971d64284d39c9ddd.tar.gz
libimobiledevice-1369f43fd5cf06e983f6399971d64284d39c9ddd.tar.bz2
service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATA
Diffstat (limited to 'src/property_list_service.c')
-rw-r--r--src/property_list_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c
index a6e3e24..1cb8dc9 100644
--- a/src/property_list_service.c
+++ b/src/property_list_service.c
@@ -48,7 +48,7 @@ static property_list_service_error_t service_to_property_list_service_error(serv
return PROPERTY_LIST_SERVICE_E_MUX_ERROR;
case SERVICE_E_SSL_ERROR:
return PROPERTY_LIST_SERVICE_E_SSL_ERROR;
- case SERIVCE_E_NOT_ENOUGH_DATA:
+ case SERVICE_E_NOT_ENOUGH_DATA:
return PROPERTY_LIST_SERVICE_E_NOT_ENOUGH_DATA;
case SERVICE_E_TIMEOUT:
return PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT;