From 80362574b83eaa27c4fcf8f93546f8700fc736c8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Feb 2008 15:39:07 +1100 Subject: fix typo (This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08) --- source4/torture/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " "); -- cgit