Author: rbistolfi
Date: Tue Sep 30 16:30:54 2008
New Revision: 195
Modified:
branches/iVL/MdlPartFrmt.module
Log:
- Fixed typo in MdlPartFrmt.module
Modified: branches/iVL/MdlPartFrmt.module
==============================================================================
--- branches/iVL/MdlPartFrmt.module (original)
+++ branches/iVL/MdlPartFrmt.module Tue Sep 30 16:30:54 2008
@@ -117,7 +117,7 @@
sErr = Trim(sErr)
IF InStr(sDump, "FAILED") > 0 AND sErr <> "" THEN
'error here
- Message.Error(("There has been an error wile trying to format ") &
sAddr & " to " & sFS & gb.NewLine &
+ Message.Error(("There has been an error while trying to format ") &
sAddr & " to " & sFS & gb.NewLine &
sErr)
'FrmHostPrep.tlStatus.Text = "Unable to format " & saddr
FrmInstallSys.tlCurrPkg.Text = "Unable to format " & sAddr
|