← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach has proposed merging ~jugmac00/turnip:fix-typo into turnip:master.

Commit message:
fix typo

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/413897
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/turnip:fix-typo into turnip:master.
diff --git a/turnip/pack/git.py b/turnip/pack/git.py
index 0597224..59a1589 100644
--- a/turnip/pack/git.py
+++ b/turnip/pack/git.py
@@ -638,7 +638,7 @@ class PackBackendProtocol(PackServerProtocol):
             # must be old-style classes or derived from BaseException,
             # not NoneType", since proxy.callRemote and Twisted event loop
             # could clean up the current exception. That's why we store
-            # current exception at the begining of the `except` block and
+            # current exception at the beginning of the `except` block and
             # reraise it here.
             six.reraise(t, v, tb)