Merge ~jugmac00/turnip:fix-typo into turnip:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 32e180003a137029e42cb3d0efff6a795a1a9cbd
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/turnip:fix-typo
Merge into: turnip:master
Diff against target: 12 lines (+1/-1)
1 file modified
turnip/pack/git.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+413897@code.launchpad.net

Commit message

fix typo

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/turnip/pack/git.py b/turnip/pack/git.py
2index 0597224..59a1589 100644
3--- a/turnip/pack/git.py
4+++ b/turnip/pack/git.py
5@@ -638,7 +638,7 @@ class PackBackendProtocol(PackServerProtocol):
6 # must be old-style classes or derived from BaseException,
7 # not NoneType", since proxy.callRemote and Twisted event loop
8 # could clean up the current exception. That's why we store
9- # current exception at the begining of the `except` block and
10+ # current exception at the beginning of the `except` block and
11 # reraise it here.
12 six.reraise(t, v, tb)
13

Subscribers

People subscribed via source and target branches