Changeset 1055

Show
Ignore:
Timestamp:
09/09/07 15:42:08 (15 months ago)
Author:
wichert
Message:

Fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pyrad/packet.py

    r1052 r1055  
    396396 
    397397                RADIUS hides passwords in packets by using an algorithm 
    398                 based on the MD5 hash of the pacaket authenticator and RADIUS 
     398                based on the MD5 hash of the packet authenticator and RADIUS 
    399399                secret. This function reverses the obfuscation process. 
    400400 
     
    426426                 
    427427                RADIUS hides passwords in packets by using an algorithm 
    428                 based on the MD5 hash of the pacaket authenticator and RADIUS 
     428                based on the MD5 hash of the packet authenticator and RADIUS 
    429429                secret. If no authenticator has been set before calling PwCrypt 
    430430                one is created automatically. Changing the authenticator after