Commit 14dda0f7 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a typo.

parent 3f2cedd4
...@@ -2065,7 +2065,7 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg ) ...@@ -2065,7 +2065,7 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg )
goto end; goto end;
/* /*
* Apply _Tables and _Coluimns transforms first so that * Apply _Tables and _Columns transforms first so that
* the table metadata is correct, and empty tables exist. * the table metadata is correct, and empty tables exist.
*/ */
ret = msi_table_load_transform( db, stg, strings, szTables ); ret = msi_table_load_transform( db, stg, strings, szTables );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment