Skip to content

Commit

Permalink
Fix misspelling of daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Oct 18, 2013
1 parent 259f181 commit ba1c343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libpromises/mod_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const ConstraintSyntax CFS_CONTROLBODY[] =
ConstraintSyntaxNewOption("serverfacility", CF_FACILITY, "Menu option for syslog facility level. Default value: LOG_USER", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewStringList("skipverify", "", "List of IPs or hostnames for which we expect no DNS binding and cannot verify", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewStringList("trustkeysfrom", "", "List of IPs from whom we accept public keys on trust", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewBool("listen", "true/false enable server deamon to listen on defined port. Default value: true", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewBool("listen", "true/false enable server daemon to listen on defined port. Default value: true", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewString("allowciphers", "", "List of ciphers the server accepts. For Syntax help see man page for \"openssl ciphers\". Default is \"AES256-GCM-SHA384:AES256-SHA\"", SYNTAX_STATUS_NORMAL),
ConstraintSyntaxNewNull()
};
Expand Down
2 changes: 1 addition & 1 deletion libpromises/signals.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <cf3.defs.h>

// check whether the running deamon should terminate after having received a signal.
// check whether the running daemon should terminate after having received a signal.
bool IsPendingTermination(void);

void HandleSignalsForDaemon(int signum);
Expand Down

0 comments on commit ba1c343

Please sign in to comment.