summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-02-15 15:39:07 +1100
committerAndrew Tridgell <tridge@samba.org>2008-02-15 15:39:07 +1100
commit80362574b83eaa27c4fcf8f93546f8700fc736c8 (patch)
tree5cb7a3a6609b38801032fc46ec2f3361aa8118b7 /source4/torture/locktest.c
parentc09f70608c97c5df87818f0c6297e85cf8827862 (diff)
downloadsamba-80362574b83eaa27c4fcf8f93546f8700fc736c8.tar.gz
fix typo
(This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)
Diffstat (limited to 'source4/torture/locktest.c')
-rw-r--r--source4/torture/locktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index fb2430f8819..de25c0abc83 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -573,7 +573,7 @@ _NORETURN_ static void usage(poptContext pc)
setlinebuf(stdout);
seed = time(NULL);
- pc = poptGetContext("locjtest", argc, (const char **) argv, long_options,
+ pc = poptGetContext("locktest", argc, (const char **) argv, long_options,
POPT_CONTEXT_KEEP_FIRST);
poptSetOtherOptionHelp(pc, "<unc1> <unc2>");