mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-16 20:54:27 +00:00
Fix typo in error message
This commit is contained in:
parent
6f59a12f60
commit
f173f59932
@ -22,7 +22,7 @@ use thiserror::Error;
|
||||
pub enum ConfigError {
|
||||
#[error(transparent)]
|
||||
ConfigReadError(#[from] config::ConfigError),
|
||||
#[error("Both {0} and {1} exist. Please consolidate you configs in one of them.")]
|
||||
#[error("Both {0} and {1} exist. Please consolidate your configs in one of them.")]
|
||||
AmbiguousSource(PathBuf, PathBuf),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user