Fix comment typo.

This commit is contained in:
Nick Mathewson 2022-10-11 17:58:57 +00:00 committed by Ian Jackson
parent 63cd6b0c87
commit fcea69bceb
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ mod test {
let parsed: TorClientConfig = examples.resolve();
// Now we fish oiut the lines ourselves as a double-check
// Now we fish out the lines ourselves as a double-check
// We must strip off the bridges = ''' and ''' lines.
examples.lines.remove(0);
examples.lines.remove(examples.lines.len() - 1);