[libdvbpsi-devel] [PATCH 2/2] Fix spelling of "writing"
Jean-Paul Saman
jpsaman at videolan.org
Mon Jan 11 09:45:55 CET 2016
Patch applied.
Kind regards,
Jean-Paul Saman
On Sat, Jan 2, 2016 at 10:05 PM, Sebastian Ramacher <sramacher at debian.org>
wrote:
> ---
> examples/dvbinfo/dvbinfo.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/examples/dvbinfo/dvbinfo.c b/examples/dvbinfo/dvbinfo.c
> index 657fd35..3cdfeba 100644
> --- a/examples/dvbinfo/dvbinfo.c
> +++ b/examples/dvbinfo/dvbinfo.c
> @@ -390,13 +390,13 @@ static int dvbinfo_process(dvbinfo_capture_t
> *capture)
> if (size < 0) /* error writing */
> {
> libdvbpsi_log(param, DVBINFO_LOG_ERROR,
> - "error (%d) writting to %s\n", errno,
> param->output);
> + "error (%d) writing to %s\n", errno,
> param->output);
> break;
> }
> - else if ((size_t)size < buffer->i_size) /* short writting
> disk full? */
> + else if ((size_t)size < buffer->i_size) /* short writing disk
> full? */
> {
> libdvbpsi_log(param, DVBINFO_LOG_ERROR,
> - "error writting to %s (disk full?)\n",
> param->output);
> + "error writing to %s (disk full?)\n",
> param->output);
> break;
> }
> }
> --
> 2.6.4
>
> _______________________________________________
> libdvbpsi-devel mailing list
> libdvbpsi-devel at videolan.org
> https://mailman.videolan.org/listinfo/libdvbpsi-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/libdvbpsi-devel/attachments/20160111/f0ea5908/attachment.html>
More information about the libdvbpsi-devel
mailing list