diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 45918fb..7ef7bab 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -595,7 +595,7 @@ if (isset($_GET['copy'], $_GET['finish']) && !FM_READONLY) { } } else { if (fm_rcopy($from, $dest)) { - fm_set_msg(sprintf('Copyied from %s to %s', fm_enc($copy), fm_enc($msg_from))); + fm_set_msg(sprintf('Copied from %s to %s', fm_enc($copy), fm_enc($msg_from))); } else { fm_set_msg(sprintf('Error while copying from %s to %s', fm_enc($copy), fm_enc($msg_from)), 'error'); }