X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=199d5c9a5b9564cdac6c8746ed8a82d873836657;hp=06eeda387932765321c92093ee451aa590b25ae0;hb=847cf62ae6a5df96af143f21cdf9b36f4ffdff70;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf 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);