Re: [PATCH 2/2] Fix spelling of "writing"

Jean-Paul Saman <[email protected]> Mon, 11 Jan 2016 09:45:55 +0100
Newsgroups gmane.comp.video.videolan.libdvbpsi.devel
Message-ID <CAK9US3CtC9-Bh9RtGSDtVki4YdiaKaet5D0wuNti1PaxusNo6A@mail.gmail.com>
--===============8740122231630557122==
Content-Type: multipart/alternative; boundary=001a1140f4b214c39905290af70e

--001a1140f4b214c39905290af70e
Content-Type: text/plain; charset=UTF-8

Patch applied.

Kind regards,
Jean-Paul Saman

On Sat, Jan 2, 2016 at 10:05 PM, Sebastian Ramacher <[email protected]>
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
> [email protected]
> https://mailman.videolan.org/listinfo/libdvbpsi-devel
>

--001a1140f4b214c39905290af70e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Patch applied.<br><br>Kind regards,<br></div>Jean-Pau=
l Saman<br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">=
On Sat, Jan 2, 2016 at 10:05 PM, Sebastian Ramacher <span dir=3D"ltr">&lt;<=
a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
rg</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"marg=
in:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
=C2=A0examples/dvbinfo/dvbinfo.c | 6 +++---<br>
=C2=A01 file changed, 3 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/examples/dvbinfo/dvbinfo.c b/examples/dvbinfo/dvbinfo.c<br>
index 657fd35..3cdfeba 100644<br>
--- a/examples/dvbinfo/dvbinfo.c<br>
+++ b/examples/dvbinfo/dvbinfo.c<br>
@@ -390,13 +390,13 @@ static int dvbinfo_process(dvbinfo_capture_t *capture=
)<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0if (size &lt; 0) /* error w=
riting */<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0{<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0libdvbpsi_log=
(param, DVBINFO_LOG_ERROR,<br>
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;error (%d) writting to %s\n&quot;, er=
rno, param-&gt;output);<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;error (%d) writing to %s\n&quot;, err=
no, param-&gt;output);<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0break;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0}<br>
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 else if ((size_t)size &lt; buffe=
r-&gt;i_size) /* short writting disk full? */<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 else if ((size_t)size &lt; buffe=
r-&gt;i_size) /* short writing disk full? */<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0{<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0libdvbpsi_log=
(param, DVBINFO_LOG_ERROR,<br>
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;error writting to %s (disk full?)\n&q=
uot;, param-&gt;output);<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;error writing to %s (disk full?)\n&qu=
ot;, param-&gt;output);<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0break;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0}<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0}<br>
<span class=3D"HOEnZb"><font color=3D"#888888">--<br>
2.6.4<br>
<br>
_______________________________________________<br>
libdvbpsi-devel mailing list<br>
<a href=3D"mailto:[email protected]">[email protected]=
g</a><br>
<a href=3D"https://mailman.videolan.org/listinfo/libdvbpsi-devel" rel=3D"no=
referrer" target=3D"_blank">https://mailman.videolan.org/listinfo/libdvbpsi=
-devel</a><br>
</font></span></blockquote></div><br></div>

--001a1140f4b214c39905290af70e--

--===============8740122231630557122==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
libdvbpsi-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvbpsi-devel

--===============8740122231630557122==--