]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/arguments.hh
Merge pull request #7677 from rgacogne/dnsdist-logging-facility
[thirdparty/pdns.git] / pdns / arguments.hh
index fd2a0cebd7570e7a2da4d8dc7633cec8a1f6ea9f..93705958414023edfffbe1a9327dc99decdd061c 100644 (file)
@@ -62,7 +62,7 @@ typedef PDNSException ArgException;
     
     R.parse(argc, argv); // read the arguments from main()
     
-    cout<<"Will we be a deamon?: "<<R.isset("daemon")<<endl;
+    cout<<"Will we be a daemon?: "<<R.isset("daemon")<<endl;
     cout<<"Our port will be "<<R["port"]<<endl;
     
     map<string,string>::const_iterator i;