From bdb22d37f1877d052e5ace0cb2307755ebdcf55d Mon Sep 17 00:00:00 2001 From: modulistic Date: Sat, 4 May 2013 11:26:56 +0200 Subject: [PATCH] typo in networking.dnsSingleRequest documentation --- modules/config/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/networking.nix b/modules/config/networking.nix index a3f269476daa..a4eb435ed67e 100644 --- a/modules/config/networking.nix +++ b/modules/config/networking.nix @@ -26,7 +26,7 @@ let routers will systemically drop the ipv4 queries. The symptom of this problem is that 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The workaround for this is to specify the option 'single-request' in - /etc/resolve.conf. This option enables that. + /etc/resolv.conf. This option enables that. ''; };