]> granicus.if.org Git - pdns/commitdiff
spelling: daemon
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:43:41 +0000 (09:43 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:43:41 +0000 (09:43 +0000)
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;