sync_contacts_dolibarr2ldap: fix typo (#26161)

This commit is contained in:
Alexandre Janniaux 2023-10-10 09:08:09 +02:00 committed by GitHub
parent a8a283c34f
commit d0ba74a88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ foreach ($argv as $key => $val) {
$now = $argv[1];
if (!empty($dolibarr_main_db_readonly)) {
print "Error: instance in read-onyl mode\n";
print "Error: instance in read-only mode\n";
exit(-1);
}