1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

r26428: spoolss: Fix a typo.

(This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f)
This commit is contained in:
Kai Blin 2007-12-13 12:37:59 +01:00 committed by Stefan Metzmacher
parent a5b8999f23
commit 8f687a5fae

View File

@ -289,7 +289,7 @@ static bool test_GetPrinterDriver2(struct torture_context *tctx,
status = dcerpc_spoolss_GetPrinterDriver2(p, tctx, &gpd2);
torture_assert_ntstatus_ok(tctx, status, "GetPrinterDriver2 failed");
torture_assert_werr_ok(tctx, gpd2.out.result,
"GetPrinterDricer2 failed.");
"GetPrinterDriver2 failed.");
return true;
}