From dbb2a27da0b7279e739b1fa1e609f841ce3662b6 Mon Sep 17 00:00:00 2001 From: ner0 Date: Sun, 7 May 2023 17:21:13 +0100 Subject: [PATCH] Fix typo --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index b44acfc..f6062f2 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -776,7 +776,7 @@ if (isset($_GET['copy'], $_GET['finish']) && !FM_READONLY) { $loop_count++; } if (fm_rcopy($from, $fn_duplicate, False)) { - fm_set_msg(sprintf('Copyied from %s to %s', fm_enc($copy), fm_enc($fn_duplicate))); + fm_set_msg(sprintf('Copied from %s to %s', fm_enc($copy), fm_enc($fn_duplicate))); } else { fm_set_msg(sprintf('Error while copying from %s to %s', fm_enc($copy), fm_enc($fn_duplicate)), 'error'); }