hgext/largefiles/uisetup.py
changeset 15252 6e809bb4f969
parent 15188 8e115063950d
child 15254 dd03d3a9f888
--- 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