From 7431973616921b4f42868bb4a21d780f083502dd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:27:04 -0400 Subject: [PATCH] Spelling: instantaneous --- src/rufus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rufus.c b/src/rufus.c index 026b05d8..dab80c2d 100644 --- a/src/rufus.c +++ b/src/rufus.c @@ -1804,7 +1804,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA uprintf("\r\n"); GetUSBDevices(DeviceNum); if (!IS_ERROR(FormatStatus)) { - // This is the only way to achieve instantenous progress transition to 100% + // This is the only way to achieve instantaneous progress transition to 100% SendMessage(hProgress, PBM_SETRANGE, 0, ((MAX_PROGRESS+1)<<16) & 0xFFFF0000); SendMessage(hProgress, PBM_SETPOS, (MAX_PROGRESS+1), 0); SendMessage(hProgress, PBM_SETRANGE, 0, (MAX_PROGRESS<<16) & 0xFFFF0000);