r26428: spoolss: Fix a typo.
authorKai Blin <kai@samba.org>
Thu, 13 Dec 2007 11:37:59 +0000 (12:37 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:49:54 +0000 (05:49 +0100)
(This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f)

source4/torture/rpc/spoolss_win.c

index 1bc8aeb07433c130632c79fb28c8d039ff37d4ef..8e22750d0c324fdbe748cb718a5cc41a9eb2115e 100644 (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;
 }