diff --git a/src/rust/tor_util/ffi.rs b/src/rust/tor_util/ffi.rs index 76c6e6d394..5c3cdba4be 100644 --- a/src/rust/tor_util/ffi.rs +++ b/src/rust/tor_util/ffi.rs @@ -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) }