]> git.mxchange.org Git - friendica.git/commitdiff
Fix various spelling mistakes
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 15:32:54 +0000 (11:32 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 15:32:54 +0000 (11:32 -0400)
mod/admin.php
src/Database/DBA.php
src/Model/User.php

index d0e8ab0e38e65bbe22e2e2063944f638d3bcdcfe..7574e684ec837127acbfdd5b95c6c7a35e1d8cb3 100644 (file)
@@ -33,11 +33,11 @@ require_once 'include/items.php';
 /**
  * @brief Process send data from the admin panels subpages
  *
- * This function acts as relais for processing the data send from the subpages
+ * This function acts as relay for processing the data send from the subpages
  * of the admin panel. Depending on the 1st parameter of the url (argv[1])
  * specialized functions are called to process the data from the subpages.
  *
- * The function itself does not return anything, but the subsequencely function
+ * The function itself does not return anything, but the subsequently function
  * return the HTML for the pages of the admin panel.
  *
  * @param App $a
index c33fa2152fb5aebfd5b9ad84ac04ed4dd3d57776..8fd117e5d2c56f742b399dcf93d8ea2988218317 100644 (file)
@@ -821,7 +821,7 @@ class DBA
         * @param array $param parameter array
         * @param bool $on_duplicate_update Do an update on a duplicate entry
         *
-        * @return boolean was the insert successfull?
+        * @return boolean was the insert successful?
         */
        public static function insert($table, $param, $on_duplicate_update = false) {
 
index b8b694de87194a6bd6e143c9672c4b49782e9e2d..b61014b8a8c41b9452a54fcecf9ffa6936497f1c 100644 (file)
@@ -644,7 +644,7 @@ class User
        }
 
        /**
-        * @brief Sends pending registration confiŕmation email
+        * @brief Sends pending registration confirmation email
         *
         * @param string $email
         * @param string $sitename