Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jan 25, 2024
1 parent 48a3fa9 commit f68d834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_pw/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def echo_via_pager(
"""Echo using git's default pager.
Wrap ``click.echo_via_pager``, setting some environment variables in the
processs to mimic the pager settings used by Git:
process to mimic the pager settings used by Git:
The order of preference is the ``$GIT_PAGER`` environment variable,
then ``core.pager`` configuration, then ``$PAGER``, and then the
Expand Down

0 comments on commit f68d834

Please sign in to comment.