mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
fix: adjust spelling of simlink->symlink (#13128)
This commit is contained in:
parent
27ca9d2c33
commit
9d31e4df11
@ -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…
x
Reference in New Issue
Block a user