Browse Source

Fix: wrong name

Regis Houssin 7 years ago
parent
commit
4f5918cda6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/perl/virtualmin/dolibarr.pl

+ 1 - 1
build/perl/virtualmin/dolibarr.pl

@@ -168,7 +168,7 @@ return ("tar", "gunzip");
 }
 
 # script_dolibarr_install(&domain, version, &opts, &files, &upgrade-info)
-# Actually installs joomla, and returns either 1 and an informational
+# Actually installs dolibarr, and returns either 1 and an informational
 # message, or 0 and an error
 sub script_dolibarr_install
 {