summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-20 09:27:33 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-20 09:28:12 -0500
commita3d06179ce8b60ee598fa806354cee497d1840b9 (patch)
tree202e1d344f295ed9285bb12d3604a86edb0e65ab /src/app
parentacb97cfa689577b9d3a22eab7673bda6e47918f0 (diff)
downloadtor-a3d06179ce8b60ee598fa806354cee497d1840b9.tar.gz
tor-a3d06179ce8b60ee598fa806354cee497d1840b9.zip
Typo/grammar fixes.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 06e45361cc..1bd70889c0 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -1770,7 +1770,7 @@ options_rollback_listener_transaction(listener_transaction_t *xn)
tor_free(xn);
}
-/** Structure to represent an incompleted configuration of a set of logs.
+/** Structure to represent an incomplete configuration of a set of logs.
*
* This structure is generated by options_start_log_transaction(), and is
* either committed by options_commit_log_transaction() or rolled back by
@@ -1912,7 +1912,7 @@ options_rollback_log_transaction(log_transaction_t *xn)
*
* Option changes should only be marked as "reversible" if they cannot
* be validated before switching them, but they can be switched back if
- * some other validateion fails.
+ * some other validation fails.
*
* Return 0 if all goes well, return -1 if things went badly.
*/