Commit 83d59a8f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fixed a couple of spelling mistakes in README.md

parent 311ea3d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ resolv-ns-override

This is an LD_PRELOAD-able library for hooking into the glibc resolver library 
and modifying the configured name-servers. It allows for the use of individual 
configurations when running programs that use the standard reolver library.
configurations when running programs that use the standard resolver library.


Installation
@@ -46,7 +46,7 @@ CFLAGS variable when configuring:

The log messages are then appended to the file named at run-time in the 
`RESOLV_NS_OVERRIDE_LOG` environment variable. If the value of 
`RESOLV_NS_OVERRIDE` is '-' the messages are printed to `stderr`.
this variable is '-' the messages are printed to `stderr`.


Running