From 312b3dfb11c4bec1e4b194acb45ae811515d6e1e Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 7 Jul 2020 12:38:28 +0200 Subject: [PATCH] Wording --- src/includes/class/class.LSattr_html_select_list.php | 4 ++-- src/includes/class/class.LSlang.php | 2 +- src/includes/class/class.LSldapObject.php | 6 +++--- src/includes/class/class.LSlog.php | 2 +- src/includes/class/class.LSsearch.php | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/includes/class/class.LSattr_html_select_list.php b/src/includes/class/class.LSattr_html_select_list.php index 782a30f8..a0071807 100644 --- a/src/includes/class/class.LSattr_html_select_list.php +++ b/src/includes/class/class.LSattr_html_select_list.php @@ -84,9 +84,9 @@ class LSattr_html_select_list extends LSattr_html{ /** * Retourne un tableau des valeurs possibles de la liste * - * @param[in] $options Attribute options (optinal) + * @param[in] $options Attribute options (optional) * @param[in] $name Attribute name (optional) - * @param[in] &$ldapObject Related LSldapObject (optinal) + * @param[in] &$ldapObject Related LSldapObject (optional) * * @author Benjamin Renard * diff --git a/src/includes/class/class.LSlang.php b/src/includes/class/class.LSlang.php index b1bcac08..1c9167a5 100644 --- a/src/includes/class/class.LSlang.php +++ b/src/includes/class/class.LSlang.php @@ -858,7 +858,7 @@ function cli_generate_lang_file($command_args) { * * @param[in] $comp_words array List of already typed words of the command * @param[in] $comp_word_num int The command word number to autocomplete - * @param[in] $comp_word string The command word to autocomplete state + * @param[in] $comp_word string The command word to autocomplete * @param[in] $opts array List of global available options * * @retval array List of available options for the word to autocomplete diff --git a/src/includes/class/class.LSldapObject.php b/src/includes/class/class.LSldapObject.php index 24953a60..b73b04fb 100644 --- a/src/includes/class/class.LSldapObject.php +++ b/src/includes/class/class.LSldapObject.php @@ -1950,7 +1950,7 @@ class LSldapObject extends LSlog_staticLoggerClass { * * @param[in] $command_args array List of already typed words of the command * @param[in] $comp_word_num int The command word number to autocomplete - * @param[in] $comp_word string The command word to autocomplete state + * @param[in] $comp_word string The command word to autocomplete * @param[in] $opts array List of global available options * * @retval array List of available options for the word to autocomplete @@ -2168,7 +2168,7 @@ class LSldapObject extends LSlog_staticLoggerClass { * * @param[in] $command_args array List of already typed words of the command * @param[in] $comp_word_num int The command word number to autocomplete - * @param[in] $comp_word string The command word to autocomplete state + * @param[in] $comp_word string The command word to autocomplete * @param[in] $opts array List of global available options * * @retval array List of available options for the word to autocomplete @@ -2590,7 +2590,7 @@ class LSldapObject extends LSlog_staticLoggerClass { * * @param[in] $command_args array List of already typed words of the command * @param[in] $comp_word_num int The command word number to autocomplete - * @param[in] $comp_word string The command word to autocomplete state + * @param[in] $comp_word string The command word to autocomplete * @param[in] $opts array List of global available options * * @retval array List of available options for the word to autocomplete diff --git a/src/includes/class/class.LSlog.php b/src/includes/class/class.LSlog.php index a65efcc7..ef7a383f 100644 --- a/src/includes/class/class.LSlog.php +++ b/src/includes/class/class.LSlog.php @@ -157,7 +157,7 @@ class LSlog { /** * Set log level * - * @param[in] $level string|null The log level (optinal, default: from configuration or 'WARNING') + * @param[in] $level string|null The log level (optional, default: from configuration or 'WARNING') * * @retval boolean True if log level set, false otherwise **/ diff --git a/src/includes/class/class.LSsearch.php b/src/includes/class/class.LSsearch.php index 391dd35c..91affbad 100644 --- a/src/includes/class/class.LSsearch.php +++ b/src/includes/class/class.LSsearch.php @@ -1529,7 +1529,7 @@ class LSsearch { * * @param[in] $command_args array List of already typed words of the command * @param[in] $comp_word_num int The command word number to autocomplete - * @param[in] $comp_word string The command word to autocomplete state + * @param[in] $comp_word string The command word to autocomplete * @param[in] $opts array List of global available options * * @retval array List of available options for the word to autocomplete