]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Typo/grammar fixes.
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Nov 2019 14:27:33 +0000 (09:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Nov 2019 14:28:12 +0000 (09:28 -0500)
src/app/config/config.c

index 06e45361cce6b111bc6896130e34f4a5598de51e..1bd70889c074be8b1a1cbead48f7731cef8a4fd5 100644 (file)
@@ -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.
  */