]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix spelling of Umnt.
authorGuido van Rossum <guido@python.org>
Tue, 15 Dec 1992 21:44:13 +0000 (21:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Dec 1992 21:44:13 +0000 (21:44 +0000)
Demo/rpc/mountclient.py

index a0de94b93d07501a1de6d7855c35f02b61418444..1015105d50896e7c254342808c24f2018c0e608f 100644 (file)
@@ -79,11 +79,11 @@ class PartialMountClient:
 
        # This function is called to gobble up a suitable
        # authentication object for a call to procedure 'proc'.
-       # (Experiments suggest that for Mnt/Unmnt, Unix authentication
+       # (Experiments suggest that for Mnt/Umnt, Unix authentication
        # is necessary, while the other calls require no
        # authentication.)
        def mkcred(self, proc):
-               if proc not in (1, 3, 4): # not Mnt/Unmnt/Unmntall
+               if proc not in (1, 3, 4): # not Mnt/Umnt/Umntall
                        return rpc.AUTH_NULL, ''
                if self.cred == None:
                        self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()