summaryrefslogtreecommitdiff
path: root/src/obex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/obex.c')
-rw-r--r--src/obex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obex.c b/src/obex.c
index dfcbab0..9044961 100644
--- a/src/obex.c
+++ b/src/obex.c
@@ -656,7 +656,7 @@ static gboolean recv_data(const void *buf, gsize size, gpointer user_data)
if (os->aborted)
return FALSE;
- /* workaround: client didn't send the object lenght */
+ /* workaround: client didn't send the object length */
if (os->size == OBJECT_SIZE_DELETE)
os->size = OBJECT_SIZE_UNKNOWN;