From 3485300d285958f37f55067713786e2a902aa37b Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Mon, 28 Nov 2022 19:24:32 +0100 Subject: [PATCH] spelling issues.. --- videodev-dumpfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videodev-dumpfile.cc b/videodev-dumpfile.cc index 3a940b1..a3e6ec3 100644 --- a/videodev-dumpfile.cc +++ b/videodev-dumpfile.cc @@ -198,7 +198,7 @@ int VideoDev_Dumpfile::Grab(VideoFrame *vf) { } while (diff < inframe_nexttime); if (diff - inframe_nexttime > 1000) - printf ("%s:%d time difference to bit. (%dms) Maybe to slow hard drive?\n", + printf ("%s:%d time difference to big. (%dms) Maybe to slow hard drive?\n", __FILE__, __LINE__, (diff - inframe_nexttime)); LockMutex();