Skip to content

Commit

Permalink
Merge pull request mitmproxy#4367 from timgates42/bugfix_typo_viewer
Browse files Browse the repository at this point in the history
docs: fix simple typo, viewier -> viewer
  • Loading branch information
mhils committed Dec 21, 2020
2 parents b0a258f + 92c380a commit 554674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy/tools/console/consoleaddons.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def bodyview(self, flow: flow.Flow, part: str) -> None:
"""
Spawn an external viewer for a flow request or response body based
on the detected MIME type. We use the mailcap system to find the
correct viewier, and fall back to the programs in $PAGER or $EDITOR
correct viewer, and fall back to the programs in $PAGER or $EDITOR
if necessary.
"""
fpart = getattr(flow, part, None)
Expand Down

0 comments on commit 554674f

Please sign in to comment.