mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix rust welcome message typo.
This commit is contained in:
committed by
Nick Mathewson
parent
cceb43c5e3
commit
a72e13a669
@@ -20,7 +20,7 @@ use tor_allocate::allocate_and_copy_string;
|
||||
pub extern "C" fn rust_welcome_string() -> *mut c_char {
|
||||
let rust_welcome = String::from(
|
||||
"Tor is running with Rust integration. Please report \
|
||||
any bugs you encouter.",
|
||||
any bugs you encounter.",
|
||||
);
|
||||
allocate_and_copy_string(&rust_welcome)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user