diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-13 19:21:06 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-13 19:21:06 -0500 |
commit | f7d99b62a3357f71e653bd5c39fa083336d82a8e (patch) | |
tree | 75368c0f93cc3dec8657cf1527cc1341d3c46bc7 /src/or/networkstatus.c | |
parent | d086c9a7f73ce5b9b7cf4add07fa7d071b829081 (diff) | |
download | tor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.tar.gz tor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.zip |
New controller command "getinfo config-text"
It returns the contents that Tor would write if you send it a SAVECONF
command, so the controller can write the file to disk itself.
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r-- | src/or/networkstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index f3925f1b89..1b5aff282f 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -2084,7 +2084,7 @@ networkstatus_get_flavor_name(consensus_flavor_t flav) } /** Return the consensus_flavor_t value for the flavor called <b>flavname</b>, - * or -1 if the flavor is not recongized. */ + * or -1 if the flavor is not recognized. */ int networkstatus_parse_flavor_name(const char *flavname) { |