X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=client.h;h=199d5c9a5b9564cdac6c8746ed8a82d873836657;hb=19d9318abf42debb15d833d4e56ab636893285c3;hp=06eeda387932765321c92093ee451aa590b25ae0;hpb=51dde9efab2d662cf5813d26d5c9aebce6e197e7;p=paraslash.git diff --git a/client.h b/client.h index 06eeda38..199d5c9a 100644 --- a/client.h +++ b/client.h @@ -73,8 +73,8 @@ struct private_client_data { char *inbuf; /** number of bytes loaded in \p inbuf */ size_t *in_loaded; - /** non-zero if input task encountered an eof or an errro condition */ - int *in_eof; + /** Non-zero if input task encountered an eof or an error condition. */ + int *in_error; }; void client_close(struct private_client_data *pcd);