diff options
-rw-r--r-- | lib/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index 86a2282638..08d46b2765 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -1065,7 +1065,7 @@ static struct parm_struct parm_table[] = { .flags = FLAG_ADVANCED, }, { - .label = "lock dir", + .label = "lock directory", .type = P_STRING, .p_class = P_GLOBAL, .offset = GLOBAL_VAR(szLockDir), @@ -1074,7 +1074,7 @@ static struct parm_struct parm_table[] = { .flags = FLAG_ADVANCED, }, { - .label = "lock directory", + .label = "lock dir", .type = P_STRING, .p_class = P_GLOBAL, .offset = GLOBAL_VAR(szLockDir), |