From 7f4d72e11bcdfc47d4e4980349a0b0250352e6ca Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 29 Apr 2014 10:55:04 +0200 Subject: Fix some typos. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10566 Reviewed-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 45b1be6..58b5513 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ is analogous to use the IPv4 addresses "127.0.0." or IPv6 addresses should always set the default interface. If you listen on INADDR_ANY then it will use the default interface to listen on. -Exmaple: +Example: LD_PRELOAD=libsocket_wrapper.so \ SOCKET_WRAPPER_DIR=/path/to/socket_dir \ ./mydaemon -- cgit