Skip to content

Commit

Permalink
Fix typos. (prasathmani#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan authored Aug 4, 2024
1 parent 1bcc240 commit b602dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
$exclude_items = array();

// Online office Docs Viewer
// Availabe rules are 'google', 'microsoft' or false
// Available rules are 'google', 'microsoft' or false
// Google => View documents using Google Docs Viewer
// Microsoft => View documents using Microsoft Web Apps Viewer
// false => disable online doc viewer
Expand Down Expand Up @@ -2266,7 +2266,7 @@ function print_external($key) {
}

/**
* Verify CSRF TOKEN and remove after cerify
* Verify CSRF TOKEN and remove after certified
* @param string $token
* @return bool
*/
Expand Down

0 comments on commit b602dcd

Please sign in to comment.