Browse Source

server: trivial comment fix

Damien Tournoud 9 years ago
parent
commit
74e1975146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -266,7 +266,7 @@ class PackHandler(Handler):
 
 
 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):