Skip to content

Commit f68d834

Browse files
committed
Fix typo
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 48a3fa9 commit f68d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_pw/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def echo_via_pager(
138138
"""Echo using git's default pager.
139139
140140
Wrap ``click.echo_via_pager``, setting some environment variables in the
141-
processs to mimic the pager settings used by Git:
141+
process to mimic the pager settings used by Git:
142142
143143
The order of preference is the ``$GIT_PAGER`` environment variable,
144144
then ``core.pager`` configuration, then ``$PAGER``, and then the

0 commit comments

Comments
 (0)