From 22b8fc08fb708145af34bc49c0f78e3ac1e98fc7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 29 Jul 2008 15:03:22 -0700 Subject: [PATCH] Fix typo in comment. --- secchan/secchan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secchan/secchan.c b/secchan/secchan.c index 34c13e7b5..d0d64e3ec 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -606,7 +606,7 @@ local_hook(struct relay *r) return true; } -/* Causess 'r' to enter or leave fail-open mode, if appropriate. Returns true +/* Causes 'r' to enter or leave fail-open mode, if appropriate. Returns true * if 'r' is in fail-open fail, false otherwise. */ static bool failing_open(struct relay *r) -- 2.43.0