Module: wine Branch: master Commit: 14dda0f74fe0072ea1c04fa9ad47e9768e59514b URL: http://source.winehq.org/git/wine.git/?a=commit;h=14dda0f74fe0072ea1c04fa9ad...
Author: Mike McCormack mike@codeweavers.com Date: Wed Nov 1 15:09:33 2006 +0900
msi: Fix a typo.
---
dlls/msi/table.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/table.c b/dlls/msi/table.c index 385d2db..2282f08 100644 --- a/dlls/msi/table.c +++ b/dlls/msi/table.c @@ -2065,7 +2065,7 @@ UINT msi_table_apply_transform( MSIDATAB 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 );