mirror of
https://github.com/helix-editor/helix.git
synced 2025-03-31 09:27:45 +03:00
fix: adjust spelling of simlink->symlink (#13128)
This commit is contained in:
parent
27ca9d2c33
commit
9d31e4df11
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ fn test_normalize_path() -> Result<(), Box<dyn Error>> {
|
|||
assert_eq!(
|
||||
path::normalize(&path),
|
||||
expected,
|
||||
"input {:?} and \"..\" should not erase the simlink that goes ahead",
|
||||
"input {:?} and \"..\" should not erase the symlink that goes ahead",
|
||||
&path
|
||||
);
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ pub struct SavePoint {
|
|||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum DocumentOpenError {
|
||||
#[error("path must be a regular file, simlink, or directory")]
|
||||
#[error("path must be a regular file, symlink, or directory")]
|
||||
IrregularFile,
|
||||
#[error(transparent)]
|
||||
IoError(#[from] io::Error),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue