From cbe1f502b3671166dc2d8d2cf239116a10f7b8cd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:44:37 -0400 Subject: [PATCH] Spelling: partitioned --- src/rufus.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rufus.rc b/src/rufus.rc index 7a7cdbdb..9f438963 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -63,7 +63,7 @@ BEGIN COMBOBOX IDC_DISK_ID,119,246,73,30,CBS_DROPDOWNLIST | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP CONTROL "Add fixes for old BIOSes (extra partition, align, etc.)",IDC_EXTRA_PARTITION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,235,184,10 - CONTROL "List fixed (non-flash) or unpartitionned USB disks",IDC_ENABLE_FIXED_DISKS, + CONTROL "List fixed (non-flash) or unpartitioned USB disks",IDC_ENABLE_FIXED_DISKS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,222,185,10 PUSHBUTTON "Log",IDC_LOG,62,291,18,14 END