fix typo
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Feb 2008 04:39:07 +0000 (15:39 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 Feb 2008 04:39:07 +0000 (15:39 +1100)
(This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)

source4/torture/locktest.c

index fb2430f88199c2bb581bbcda86950a291f23622b..de25c0abc8365853ca6502b48ded3e6b87198ed5 100644 (file)
@@ -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>");