Skip to content

Commit

Permalink
server: trivial comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damz committed Feb 8, 2016
1 parent b44926c commit 74e1975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dulwich/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def notify_done(self):


class UploadPackHandler(PackHandler):
"""Protocol handler for uploading a pack to the server."""
"""Protocol handler for uploading a pack to the client."""

def __init__(self, backend, args, proto, http_req=None,
advertise_refs=False):
Expand Down

0 comments on commit 74e1975

Please sign in to comment.