diff options
author | James Peach <jpeach@samba.org> | 2010-10-20 10:07:33 -0700 |
---|---|---|
committer | James Peach <jpeach@samba.org> | 2010-10-20 10:07:33 -0700 |
commit | c8000c94a59267326b13df3c631b9ac2921d0615 (patch) | |
tree | 138753964c0e5403c1ad14e91d1afd34ae796449 /source4/torture | |
parent | 7a194c6e5ea75db67502005e5d40d1ddf3708895 (diff) | |
download | samba-c8000c94a59267326b13df3c631b9ac2921d0615.tar.gz samba-c8000c94a59267326b13df3c631b9ac2921d0615.tar.bz2 samba-c8000c94a59267326b13df3c631b9ac2921d0615.zip |
smbtorture: Fix typo in status message.
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/raw/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |