Skip to content

Commit 9e6ae01

Browse files
committed
fix: http::Error::InitHttpClient adds a missing word that makes the message less confusing (#1075)
Also validate that a source is present.
1 parent c0e72fb commit 9e6ae01

File tree

1 file changed

+1
-1
lines changed
  • gix-transport/src/client/blocking_io/http

1 file changed

+1
-1
lines changed

gix-transport/src/client/blocking_io/http/traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::client::WriteMode;
44
#[derive(Debug, thiserror::Error)]
55
#[allow(missing_docs)]
66
pub enum Error {
7-
#[error("Could initialize the http client")]
7+
#[error("Could not initialize the http client")]
88
InitHttpClient {
99
source: Box<dyn std::error::Error + Send + Sync + 'static>,
1010
},

0 commit comments

Comments
 (0)