diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-28 13:00:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-08 13:14:56 -0500 |
commit | 655ffeadd53833d96a25a70261b31c60d6f0ac6d (patch) | |
tree | c45e9c37e079903962ed7496a0098998c47347e0 /src/or/or.h | |
parent | f4ebbf756787d49a3ccfaaad0fffba5fc9fa4915 (diff) | |
download | tor-655ffeadd53833d96a25a70261b31c60d6f0ac6d.tar.gz tor-655ffeadd53833d96a25a70261b31c60d6f0ac6d.zip |
comment fixups
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 00031a8929..600bd9dbe6 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1760,7 +1760,7 @@ typedef struct dir_connection_t { /** Which 'resource' did we ask the directory for? This is typically the part * of the URL string that defines, relative to the directory conn purpose, * what thing we want. For example, in router descriptor downloads by - * descriptor digest, it contains "d/", then one ore more +-separated + * descriptor digest, it contains "d/", then one or more +-separated * fingerprints. **/ char *requested_resource; |