Commit a3f043d5 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Paul Saman

Fix spelling of "writing"

Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent a37fc9d3
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment