]> granicus.if.org Git - pdns/commitdiff
typo/grammar
authorMark McKinstry <mmckinst@nexcess.net>
Mon, 4 Apr 2016 18:23:43 +0000 (14:23 -0400)
committerMark McKinstry <mmckinst@nexcess.net>
Mon, 4 Apr 2016 18:23:43 +0000 (14:23 -0400)
modules/tinydnsbackend/tinydnsbackend.cc

index a5e2df207dd1890e1f0490beb0fd96909c5e6da0..ae3195afa12c390a72fda0265c054d371b6cfcc6 100644 (file)
@@ -312,7 +312,7 @@ public:
     declare(suffix, "dbfile", "Location of the cdb data file", "data.cdb");
     declare(suffix, "tai-adjust", "This adjusts the TAI value if timestamps are used. These seconds will be added to the start point (1970) and will allow you to adjust for leap seconds. The default is 11.", "11");
     declare(suffix, "locations", "Enable or Disable location support in the backend. Changing the value to 'no' will make the backend ignore the locations. This then returns all records!", "yes");
-    declare(suffix, "ignore-bogus-records", "The data.cdb file might have some wront record data, this causes PowerDNS to fail, where tinydns would send out truncated data. This option makes powerdns ignore that data!", "no");
+    declare(suffix, "ignore-bogus-records", "The data.cdb file might have some incorrect record data, this causes PowerDNS to fail, where tinydns would send out truncated data. This option makes powerdns ignore that data!", "no");
   }
 
   DNSBackend *make(const string &suffix="") {