From ebcaefd54cf3b2df675d9c71242b80070d64dcdd Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Mon, 13 Jan 2020 14:54:23 +0100 Subject: [PATCH] Typo --- lemonldap-ng-manager/scripts/lmConfigEditor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-manager/scripts/lmConfigEditor b/lemonldap-ng-manager/scripts/lmConfigEditor index a1ac31089..3150158a3 100644 --- a/lemonldap-ng-manager/scripts/lmConfigEditor +++ b/lemonldap-ng-manager/scripts/lmConfigEditor @@ -95,7 +95,7 @@ if (`diff $refFile $editFile`) { print STDERR "Configuration has changed\n"; } elsif ( $res == DATABASE_LOCKED ) { - print STDERR "Configuration database is or can nor be locked\n"; + print STDERR "Configuration database is or can not be locked\n"; } elsif ( $res == UPLOAD_DENIED ) { print STDERR "You're not authorized to save this configuration\n";