diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-02-15 15:39:07 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-02-15 15:39:07 +1100 |
commit | 80362574b83eaa27c4fcf8f93546f8700fc736c8 (patch) | |
tree | 5cb7a3a6609b38801032fc46ec2f3361aa8118b7 /source4/torture | |
parent | c09f70608c97c5df87818f0c6297e85cf8827862 (diff) | |
download | samba-80362574b83eaa27c4fcf8f93546f8700fc736c8.tar.gz samba-80362574b83eaa27c4fcf8f93546f8700fc736c8.tar.bz2 samba-80362574b83eaa27c4fcf8f93546f8700fc736c8.zip |
fix typo
(This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/locktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c index fb2430f881..de25c0abc8 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>"); |