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