Torrance, Douglas
unread,Oct 10, 2021, 11:22:43 AM10/10/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wmake...@googlegroups.com, Torrance, Douglas
---
wmtv/src/wmtv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c
index e054ecc..c1c9b09 100644
--- a/wmtv/src/wmtv.c
+++ b/wmtv/src/wmtv.c
@@ -778,7 +778,7 @@ TVOn(void)
/* This part was taken from xawtv's source code */
switch (system("v4l-conf -q")) {
case -1: /* can't run */
- fprintf(stderr,"could'nt start v4l-conf\n");
+ fprintf(stderr,"couldn't start v4l-conf\n");
break;
case 0: /* ok */
break;
--
2.30.2