summaryrefslogtreecommitdiff
path: root/src/or/protover.c
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-04-15 01:05:49 +0530
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:48:48 -0400
commit72bfcb37f13a22780a0a771f17d3b5953703c815 (patch)
tree687f4e4bb37b700cfa22757aa9407f63b468e3ac /src/or/protover.c
parent48092540d09d87d6385b227fe255921285371838 (diff)
downloadtor-72bfcb37f13a22780a0a771f17d3b5953703c815.tar.gz
tor-72bfcb37f13a22780a0a771f17d3b5953703c815.zip
add changes file and update check-typos in makefile
Diffstat (limited to 'src/or/protover.c')
-rw-r--r--src/or/protover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c
index 6532f09c2f..18382ba7c9 100644
--- a/src/or/protover.c
+++ b/src/or/protover.c
@@ -715,7 +715,7 @@ protover_all_supported(const char *s, char **missing_out)
versions->high = i;
}
/* If the last one to be unsupported is one less than the current
- * one, we're in a continous range, so set the high field. */
+ * one, we're in a continuous range, so set the high field. */
if ((versions->high && versions->high == i - 1) ||
/* Similarly, if the last high wasn't set and we're currently
* one higher than the low, add current index as the highest