forked from mirrors/jj
Fix typo in error message
This commit is contained in:
parent
6f59a12f60
commit
f173f59932
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue