diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-04-15 01:05:49 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:48:48 -0400 |
commit | 72bfcb37f13a22780a0a771f17d3b5953703c815 (patch) | |
tree | 687f4e4bb37b700cfa22757aa9407f63b468e3ac /src/or/protover.c | |
parent | 48092540d09d87d6385b227fe255921285371838 (diff) | |
download | tor-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.c | 2 |
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 |