From f879553c487a000fead0b65c38181f24f8a54fef Mon Sep 17 00:00:00 2001 From: ThomasVolkert Date: Wed, 7 Aug 2019 02:57:45 +0200 Subject: [PATCH] Fixed typo in output --- nvEncDXGIOutputDuplicationSample/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvEncDXGIOutputDuplicationSample/main.cpp b/nvEncDXGIOutputDuplicationSample/main.cpp index 6a4163a..cc9ffb3 100644 --- a/nvEncDXGIOutputDuplicationSample/main.cpp +++ b/nvEncDXGIOutputDuplicationSample/main.cpp @@ -378,7 +378,7 @@ int Grab60FPS(int nFrames) if (FAILED(hr)) { /// Re-try with a new DDA object - printf("Captrue failed with error 0x%08x. Re-create DDA and try again.\n", hr); + printf("Capture failed with error 0x%08x. Re-create DDA and try again.\n", hr); Demo.Cleanup(); hr = Demo.Init(); if (FAILED(hr)) @@ -479,4 +479,4 @@ int main(int argc, char** argv) /// Kick off the demo ret = Grab60FPS(nFrames); return ret; -} \ No newline at end of file +}