[tor-commits] [tor/master] Fix rust welcome message typo.

nickm at torproject.org nickm at torproject.org
Sun Nov 5 18:58:56 UTC 2017


commit a72e13a669d79522663eb346b838da01b8937ea3
Author: Alex Xu (Hello71) <alex_y_xu at yahoo.ca>
Date:   Sun Nov 5 15:47:49 2017 +0000

    Fix rust welcome message typo.
---
 src/rust/tor_util/ffi.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rust/tor_util/ffi.rs b/src/rust/tor_util/ffi.rs
index 76c6e6d39..5c3cdba4b 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)
 }



More information about the tor-commits mailing list