Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/msi/msilib.py

    r2 r391  
    306306    # Fill the validation table
    307307    add_data(db, "_Validation", schema._Validation_records)
    308     # Initialize the summary information, allowing atmost 20 properties
     308    # Initialize the summary information, allowing at most 20 properties
    309309    si = db.GetSummaryInformation(20)
    310310    si.SetProperty(PID_TITLE, "Installation Database")
     
    517517    def add_file(self, file, src=None, version=None, language=None):
    518518        """Add a file to the current component of the directory, starting a new one
    519         one if there is no current component. By default, the file name in the source
     519        if there is no current component. By default, the file name in the source
    520520        and the file table will be identical. If the src file is specified, it is
    521521        interpreted relative to the current directory. Optionally, a version and a
Note: See TracChangeset for help on using the changeset viewer.