Loading crates/arti-client/examples/one_hop_circuit.rs +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ async fn launch_one_hop_dir_circ<R: Runtime>( Ok(_) => println!("[+] Successful one-hop circuit to: {:?}", fp), }; } else { println!("Couldn not find a relay suitable for a directory request."); println!("Could not find a relay suitable for a directory request."); } Ok(()) } Loading crates/arti-rpc-client-core/arti-rpc-client-core.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ * (For example, `ArtiRpcObject **out`). In such cases, `* out` will be set to a resulting object, * or to NULL if no such object is returned. Any earlier value of `*out` will be replaced * without freeing it. * (If `out` is NULL, then any object the library would have returned will instead be discareded.) * (If `out` is NULL, then any object the library would have returned will instead be discarded.) * discarded. * While the function is running, * `*out` and `**out` may not be read or written by any other part of the program, Loading crates/arti-rpc-client-core/cbindgen.toml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ header = """\ * (For example, `ArtiRpcObject **out`). In such cases, `* out` will be set to a resulting object, * or to NULL if no such object is returned. Any earlier value of `*out` will be replaced * without freeing it. * (If `out` is NULL, then any object the library would have returned will instead be discareded.) * (If `out` is NULL, then any object the library would have returned will instead be discarded.) * discarded. * While the function is running, * `*out` and `**out` may not be read or written by any other part of the program, Loading crates/arti-rpc-client-core/src/conn.rs +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ pub use connimpl::RpcConn; /// A handle to an open request. /// /// These handles are crated with [`RpcConn::execute_with_handle`]. /// These handles are created with [`RpcConn::execute_with_handle`]. #[derive(educe::Educe)] #[educe(Debug)] pub struct RequestHandle { Loading crates/arti-rpc-client-core/src/ffi/err.rs +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ pub(crate) enum FfiStatus { /// or that Arti wasn't running at the specified location. /// /// (This error was generated by the library.) ["An IO error ocurred while connecting to Arti"] ["An IO error occurred while connecting to Arti"] ConnectIo = 3, /// We tried to authenticate with Arti, but it rejected our attempt. Loading Loading
crates/arti-client/examples/one_hop_circuit.rs +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ async fn launch_one_hop_dir_circ<R: Runtime>( Ok(_) => println!("[+] Successful one-hop circuit to: {:?}", fp), }; } else { println!("Couldn not find a relay suitable for a directory request."); println!("Could not find a relay suitable for a directory request."); } Ok(()) } Loading
crates/arti-rpc-client-core/arti-rpc-client-core.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ * (For example, `ArtiRpcObject **out`). In such cases, `* out` will be set to a resulting object, * or to NULL if no such object is returned. Any earlier value of `*out` will be replaced * without freeing it. * (If `out` is NULL, then any object the library would have returned will instead be discareded.) * (If `out` is NULL, then any object the library would have returned will instead be discarded.) * discarded. * While the function is running, * `*out` and `**out` may not be read or written by any other part of the program, Loading
crates/arti-rpc-client-core/cbindgen.toml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ header = """\ * (For example, `ArtiRpcObject **out`). In such cases, `* out` will be set to a resulting object, * or to NULL if no such object is returned. Any earlier value of `*out` will be replaced * without freeing it. * (If `out` is NULL, then any object the library would have returned will instead be discareded.) * (If `out` is NULL, then any object the library would have returned will instead be discarded.) * discarded. * While the function is running, * `*out` and `**out` may not be read or written by any other part of the program, Loading
crates/arti-rpc-client-core/src/conn.rs +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ pub use connimpl::RpcConn; /// A handle to an open request. /// /// These handles are crated with [`RpcConn::execute_with_handle`]. /// These handles are created with [`RpcConn::execute_with_handle`]. #[derive(educe::Educe)] #[educe(Debug)] pub struct RequestHandle { Loading
crates/arti-rpc-client-core/src/ffi/err.rs +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ pub(crate) enum FfiStatus { /// or that Arti wasn't running at the specified location. /// /// (This error was generated by the library.) ["An IO error ocurred while connecting to Arti"] ["An IO error occurred while connecting to Arti"] ConnectIo = 3, /// We tried to authenticate with Arti, but it rejected our attempt. Loading