]> git.mxchange.org Git - friendica.git/commitdiff
Typos
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 7 Jul 2017 18:54:26 +0000 (20:54 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 7 Jul 2017 18:54:26 +0000 (20:54 +0200)
mod/admin.php

index b75c802cfb0d6999042f2fd52f70b731d1969f30..58306374ddeee35deaf4cda027d3f47da768fd8b 100644 (file)
@@ -356,11 +356,11 @@ function admin_page_blocklist_post(App $a) {
 }
 
 /**
- * @brief Subpage where the admin can delete a item from their node given the GUID
+ * @brief Subpage where the admin can delete an item from their node given the GUID
  *
- * This subpage of the admin panel offers the nodes admin to delete an item frim
+ * This subpage of the admin panel offers the nodes admin to delete an item from
  * the node, given the GUID or the display URL such as http://example.com/display/123456.
- * The idem will then be marked as deleted in the database and processed accordingly.
+ * The item will then be marked as deleted in the database and processed accordingly.
  * 
  * @param App $a
  * @return string