From 3e841ef642abaa806192e83c4cf96f67a758f296 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Wed, 3 Sep 2014 20:03:03 +0400
Subject: [PATCH] Fixing comment case

---
 nixos/modules/services/networking/dnsmasq.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/services/networking/dnsmasq.nix b/nixos/modules/services/networking/dnsmasq.nix
index 31d57a648bfa..5c68dd89fb12 100644
--- a/nixos/modules/services/networking/dnsmasq.nix
+++ b/nixos/modules/services/networking/dnsmasq.nix
@@ -46,7 +46,7 @@ in
         default = [];
         example = [ "8.8.8.8" "8.8.4.4" ];
         description = ''
-          The dns servers which dnsmasq should query.
+          The DNS servers which dnsmasq should query.
         '';
       };