From c8000c94a59267326b13df3c631b9ac2921d0615 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 20 Oct 2010 10:07:33 -0700 Subject: smbtorture: Fix typo in status message. --- source4/torture/raw/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c index 7ccdbd7c76..d96ec93ea2 100644 --- a/source4/torture/raw/notify.c +++ b/source4/torture/raw/notify.c @@ -74,7 +74,7 @@ static bool test_notify_dir(struct smbcli_state *cli, struct smbcli_state *cli2, struct smbcli_request *req, *req2; extern int torture_numops; - printf("TESTING CHANGE NOTIFY ON DIRECTRIES\n"); + printf("TESTING CHANGE NOTIFY ON DIRECTORIES\n"); /* get a handle on the directory -- cgit