Skip to content

Commit bde922e

Browse files
zyvaborodin
authored andcommitted
(do_link): fix typo in error message string
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
1 parent eed6aec commit bde922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filemanager/cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ do_link (link_type_t link_type, const char *fname)
360360

361361
s = vfs_path_from_str (src);
362362
if (mc_symlink (dest_vpath, s) == -1)
363-
file_error_message (_ ("Canot create symbolic link\n%s"), dest);
363+
file_error_message (_ ("Cannot create symbolic link\n%s"), dest);
364364
vfs_path_free (s, TRUE);
365365
}
366366

0 commit comments

Comments
 (0)