mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 15:34:22 +00:00
git: fix typo in GitFetchError message
This commit is contained in:
parent
35a596ff66
commit
04e2f5ed20
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ pub enum GitFetchError {
|
|||
NoSuchRemote(String),
|
||||
#[error("Invalid glob provided. Globs may not contain the characters `:` or `^`.")]
|
||||
InvalidGlob,
|
||||
#[error("Failec to import Git refs: {0}")]
|
||||
#[error("Failed to import Git refs: {0}")]
|
||||
GitImportError(#[from] GitImportError),
|
||||
// TODO: I'm sure there are other errors possible, such as transport-level errors.
|
||||
#[error("Unexpected git error when fetching: {0}")]
|
||||
|
|
Loading…
Reference in a new issue