Fix spelling of "writing"
[email protected] (Sebastian Ramacher) Mon, 11 Jan 2016 09:43:22 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Sebastian Ramacher <[email protected]> | Sat Jan 2 22:05:20 2016 +0100| [a3f043d5e39496e78037e4c3fdeec3c40c9c7952] | committer: Jean-Paul Saman Fix spelling of "writing" Signed-off-by: Jean-Paul Saman <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=a3f043d5e39496e78037e4c3fdeec3c40c9c7952 --- 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; } } _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel