Skip to content

Commit

Permalink
Merge pull request Dolibarr#28865 from mdeweerd/fix/typing/typo
Browse files Browse the repository at this point in the history
Fix typo in typing
  • Loading branch information
eldy authored Mar 15, 2024
2 parents 60e159f + 74ab4b5 commit 4f766a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static function ($arg) {
/**
* Previx option with '-' for single characters and -- for more than single characters
* @param string $arg
* @return straing
* @return string
*/
static function ($arg) {
if (strlen($arg) > 1) {
Expand Down

0 comments on commit 4f766a6

Please sign in to comment.