Francois Gouget : qcap/tests: A spelling fix in an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Jan 9 15:22:29 CST 2017


Module: wine
Branch: master
Commit: fdbfd0f0b33bb40921c1fe06ae65818b709ab434
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fdbfd0f0b33bb40921c1fe06ae65818b709ab434

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  7 14:43:02 2017 +0100

qcap/tests: A spelling fix in an ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/qcap/tests/qcap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/qcap/tests/qcap.c b/dlls/qcap/tests/qcap.c
index 32f88e3..d7fe288 100644
--- a/dlls/qcap/tests/qcap.c
+++ b/dlls/qcap/tests/qcap.c
@@ -1556,7 +1556,7 @@ static void test_AviMux(char *arg)
     props.cbAlign = 0xdeadbee3;
     props.cbPrefix = 0xdeadbee4;
     hr = IMemInputPin_GetAllocatorRequirements(memin, &props);
-    ok(hr==S_OK || broken(hr==E_INVALIDARG), "GetAllocatorRequirments returned %x\n", hr);
+    ok(hr==S_OK || broken(hr==E_INVALIDARG), "GetAllocatorRequirements returned %x\n", hr);
     if(hr == S_OK) {
         ok(props.cBuffers == 0xdeadbee1, "cBuffers = %d\n", props.cBuffers);
         ok(props.cbBuffer == 0xdeadbee2, "cbBuffer = %d\n", props.cbBuffer);




More information about the wine-cvs mailing list