The branch, master has been updated
via c8000c9 smbtorture: Fix typo in status message.
from 7a194c6 s3: Make "unpack_pjob" static
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c8000c94a59267326b13df3c631b9ac2921d0615
Author: James Peach <[email protected]>
Date: Wed Oct 20 10:07:33 2010 -0700
smbtorture: Fix typo in status message.
-----------------------------------------------------------------------
Summary of changes:
source4/torture/raw/notify.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index 7ccdbd7..d96ec93 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
--
Samba Shared Repository