]> granicus.if.org Git - pdns/commitdiff
nit
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 24 Oct 2013 19:52:55 +0000 (21:52 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 29 Oct 2013 19:26:28 +0000 (20:26 +0100)
pdns/bindlexer.l
pdns/pdnssec.cc

index 6a35dd9440fdf9f6eea4b8675006f5c82cdac7dc..2f783eade967dc2cb365b1005de773259d0af10c 100644 (file)
@@ -1,5 +1,4 @@
 %{
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 63f3078336935a6d9ec50ef0866733c04c8f703f..5d640296c1702a7f85b899370daed3f34965f23c 100644 (file)
@@ -1106,7 +1106,7 @@ try
     }
     return 0;
 #else
-    cerr<<"bind-dnssec-db requires build PowerDNS with SQLite3"<<endl;
+    cerr<<"bind-dnssec-db requires building PowerDNS with SQLite3"<<endl;
     return 1;
 #endif
   }