msi: Fix a typo.

This commit is contained in:
Mike McCormack 2006-11-01 15:09:33 +09:00 committed by Alexandre Julliard
parent 3f2cedd41f
commit 14dda0f74f
1 changed files with 1 additions and 1 deletions

View File

@ -2065,7 +2065,7 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg )
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.
*/
ret = msi_table_load_transform( db, stg, strings, szTables );