From 20f3aa692174ded47a0450d1bbfd0e79fb6319cd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:36:18 -0400 Subject: [PATCH] Spelling: recenter --- src/rufus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rufus.c b/src/rufus.c index dab80c2d..2bba1cde 100644 --- a/src/rufus.c +++ b/src/rufus.c @@ -984,7 +984,7 @@ BOOL CALLBACK ISOProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) UpdateWindow(hDlg); return TRUE; case UM_ISO_EXIT: - // Just hide and recentrer the dialog + // Just hide and recenter the dialog ShowWindow(hDlg, SW_HIDE); iso_op_in_progress = FALSE; return TRUE;