--- a/hgext/largefiles/uisetup.py Thu Oct 13 15:15:32 2011 +0200
+++ b/hgext/largefiles/uisetup.py Wed Oct 12 20:59:27 2011 -0400
@@ -110,8 +110,8 @@
proto.capabilities_orig = wireproto.capabilities
wireproto.capabilities = proto.capabilities
- # these let us reject non-lfiles clients and make them display our error
- # messages
+ # these let us reject non-largefiles clients and make them display
+ # our error messages
protocol.webproto.refuseclient = proto.webproto_refuseclient
sshserver.sshserver.refuseclient = proto.sshproto_refuseclient